We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6fc55 commit 4bcca15Copy full SHA for 4bcca15
workflows/seqinspector.nf
@@ -88,7 +88,7 @@ workflow SEQINSPECTOR {
88
if (!("fastqscreen" in skip_tools)) {
89
ch_fastqscreen_refs = Channel
90
.fromList(samplesheetToList(
91
- params.fastq_screen_references.csv,
+ params.fastq_screen_references,
92
"${projectDir}/assets/schema_fastq_screen_references.json"
93
))
94
.toList()
0 commit comments