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

main.nf: name key :37

parent 6133039f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ workflow {
SUBSAMPLE_READ(fastq.r1.mix(fastq.r2))
SPLIT(SUBSAMPLE_READ.out.fastq)
FASTKMERS(SPLIT.out.fastq.transpose())
MERGEKMER(FASTKMERS.out.csv.map{it -> [[it[0].specie, it[0].sex], it[1]]}.groupTuple())
MERGEKMER(FASTKMERS.out.csv.map{it -> [['specie': it[0].specie, 'sex': it[0].sex], it[1]]}.groupTuple())
COLLATEKMER(
MERGEKMER.out.csv
.filter{ it[0].sex == "male" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment