Skip to content
Snippets Groups Projects
Verified Commit 33f33c7b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

main.nf: fix typo

parent 5f1c445f
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ Channel.fromPath( file(params.csv) )
}
.set{ fastq }
Channel.fromPath("params.csv").set{params_csv}
Channel.fromPath(params.csv).set{params_csv}
workflow {
SPLIT(fastq.r1.mix(fastq.r2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment