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
Branches
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ work ...@@ -4,3 +4,4 @@ work
bin bin
data data
results results
src/mergekmer
...@@ -22,5 +22,5 @@ Channel.fromPath( file(params.csv) ) ...@@ -22,5 +22,5 @@ Channel.fromPath( file(params.csv) )
workflow { workflow {
SPLIT(fastq.r1.mix(fastq.r2)) SPLIT(fastq.r1.mix(fastq.r2))
FASTKMERS(SPLIT.out.fastq.transpose()) 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.
Please register or to comment