Skip to content

Commit 8a6d1de

Browse files
FloWuenneclaude
andcommitted
♻️ chore: remove nf-core modules_testdata_base_path remnant
This parameter was inherited from the nf-core template but is not in nextflow_schema.json and not used by any module. Its presence caused nf-schema to emit an "invalid input values" warning on every run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 71426bc commit 8a6d1de

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

nextflow.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ params {
2929
help_full = false
3030
show_hidden = false
3131
version = false
32-
modules_testdata_base_path = 's3://ngi-igenomes/testdata/nf-core/modules/'
3332
trace_report_suffix = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
3433

3534
// Schema validation default options

tests/nextflow.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
========================================================================================
55
*/
66

7-
params.modules_testdata_base_path = 's3://ngi-igenomes/testdata/nf-core/modules/'

0 commit comments

Comments
 (0)