Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 14, 2024
1 parent 7b224c6 commit 84189dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lint:
- conf/modules.config
files_unchanged:
- assets/sendmail_template.txt
modules_config: False
multiqc_config: False
nf_core_version: 3.0.2
org_path: null
Expand Down
9 changes: 8 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,18 @@
"fa_icon": "fas fa-check-square",
"hidden": true
},
"modules_testdata_base_path": {
"type": "string",
"fa_icon": "far fa-check-circle",
"description": "Base URL or local path to location of modules test dataset files",
"default": "s3://ngi-igenomes/testdata/nf-core/modules/",
"hidden": true
},
"pipelines_testdata_base_path": {
"type": "string",
"fa_icon": "far fa-check-circle",
"description": "Base URL or local path to location of pipeline test dataset files",
"default": "https://raw.githubusercontent.com/nf-core/test-datasets/",
"default": "s3://ngi-igenomes/testdata/nf-core/pipelines/fetchngs/1.15.0/",
"hidden": true
}
}
Expand Down

0 comments on commit 84189dd

Please sign in to comment.