Skip to content

Commit

Permalink
Fix nfcore lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Nov 7, 2024
1 parent 5185a75 commit 46bb5fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 86 deletions.
3 changes: 3 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ lint:
- custom_config
- manifest.name
- manifest.homePage
- params.max_cpus
- params.max_memory
- params.max_time
readme:
- nextflow_badge
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/phac-nml/fetchdatairidanext/main/assets/schema_input.json",
"title": "phac-nml/fetchdatairidanext pipeline - params.input schema",
"description": "Schema for the file provided with params.input",
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/phac-nml/fetchdatairidanext/main/nextflow_schema.json",
"title": "phac-nml/fetchdatairidanext pipeline parameters",
"description": "IRIDA Next NCBI Download pipeline",
Expand Down
84 changes: 0 additions & 84 deletions tests/pipelines/fetchdatairidanext.nf.test

This file was deleted.

0 comments on commit 46bb5fa

Please sign in to comment.