Skip to content

Commit 4bcca15

Browse files
committed
typo
1 parent 0c6fc55 commit 4bcca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/seqinspector.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ workflow SEQINSPECTOR {
8888
if (!("fastqscreen" in skip_tools)) {
8989
ch_fastqscreen_refs = Channel
9090
.fromList(samplesheetToList(
91-
params.fastq_screen_references.csv,
91+
params.fastq_screen_references,
9292
"${projectDir}/assets/schema_fastq_screen_references.json"
9393
))
9494
.toList()

0 commit comments

Comments
 (0)