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

main.nf: remove view()

parent 7b01e646
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ work
bin
data
results
src/mergekmer
......@@ -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.groupTuple().view())
MERGEKMER(FASTKMERS.out.csv.groupTuple())
}
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