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

main.nf: add grouping before merge

parent 11ae71a4
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,5 @@ Channel.fromPath( file(params.csv) )
workflow {
SPLIT(fastq.r1.mix(fastq.r2))
FASTKMERS(SPLIT.out.fastq.transpose())
MERGEKMER(FASTKMERS.out.csv.view())
MERGEKMER(FASTKMERS.out.csv.groupTuple().view())
}
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