Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Nov 3, 2024
1 parent 4176307 commit 7000040
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ lint:
nf_core_version: 2.14.1
repository_type: pipeline
template:
author:
- Martin Proks
- Nazmus Salehin
author: "Martin Proks, Nazmus Salehin"
description: PRIME-seq preprocessing pipeline
name: primeseq
prefix: brickmanlab
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/brickmanlab/primeseq/master/assets/schema_input.json",
"title": "brickmanlab/primeseq pipeline - params.input schema",
"description": "Schema for the file provided with params.input",
Expand Down
2 changes: 1 addition & 1 deletion assets/schema_wells.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/brickmanlab/primeseq/master/assets/schema_wells.json",
"title": "brickmanlab/primeseq pipeline - params.wells schema",
"description": "Schema for the file provided with params.wells",
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/brickmanlab/primeseq/master/nextflow_schema.json",
"title": "brickmanlab/primeseq pipeline parameters",
"description": "PRIME-seq preprocessing pipeline",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7000040

Please sign in to comment.