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.
2 parents 80f0095 + 2fd5f7c commit 487f081Copy full SHA for 487f081
workflows/seqinspector.nf
@@ -88,7 +88,7 @@ workflow SEQINSPECTOR {
88
if (!("fastqscreen" in skip_tools)) {
89
ch_fastqscreen_refs = Channel
90
.fromList(samplesheetToList(
91
- "${projectDir}/assets/example_fastq_screen_references.csv",
+ params.fastq_screen_references,
92
"${projectDir}/assets/schema_fastq_screen_references.json"
93
))
94
.toList()
0 commit comments