Skip to content

Commit

Permalink
Add comment for of run merging group tuple structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Jan 16, 2024
1 parent 947dbd5 commit 50eaeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/mag.nf
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ workflow MAG {
.groupTuple()
.branch {
meta, reads ->
cat: reads.size() >= 2
cat: reads.size() >= 2 // SE: [[meta], [S1_R1, S2_R1]]; PE: [[meta], [[S1_R1, S1_R2], [S2_R1, S2_R2]]]
skip_cat: true // Can skip merging if only single lanes
}

Expand Down

0 comments on commit 50eaeab

Please sign in to comment.