Skip to content

Commit 5a6291f

Browse files
committed
fix file pattern for tab-delimited file inputs
1 parent 5e43868 commit 5a6291f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/pipeline-template/nextflow_schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"mimetype": "text/tab-separated-values",
35-
"pattern": "^\\S+\\.txt$"
35+
"pattern": "^\\S+\\.tsv$"
3636
}
3737
],
3838
"description": "Path to comma-separated file containing information about the samples in the experiment.",

0 commit comments

Comments
 (0)