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

flexi_splitter: fix paired-end input :33

parent 329e2300
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ process split {
if (reads.size() == 2)
"""
flexi_splitter ${params.split} -n 2 -f ${reads[0]} ${reads[1]} -o split -c ${config}
flexi_splitter ${params.split} -n 2 -f ${reads[0]},${reads[1]} -o split -c ${config}
"""
else
"""
......
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