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 83539bd commit f79897cCopy full SHA for f79897c
workflows/seqinspector.nf
@@ -82,7 +82,7 @@ workflow SEQINSPECTOR {
82
83
ch_fastqscreen_refs = Channel
84
.fromList(samplesheetToList(
85
- "${projectDir}/assets/example_fastq_screen_references.csv",
+ params.fastq_screen_references,
86
"${projectDir}/assets/schema_fastq_screen_references.json"
87
))
88
.toList()
0 commit comments