Skip to content

Commit

Permalink
Update subworkflows/local/short_variant_calling/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Lucía Peña-Pérez <[email protected]>
  • Loading branch information
fellen31 and Lucpen authored Nov 15, 2024
1 parent 8b60003 commit ab6910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/short_variant_calling/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ workflow SHORT_VARIANT_CALLING {
.map { meta, gvcf ->
[ [ id:meta.region.name, family_id:meta.family_id ], gvcf ]
}
.groupTuple() // Group files from the same family together per region
.groupTuple() // Groups files from the same family together per region
.set{ glnexus_in }

GLNEXUS( glnexus_in, ch_bed )
Expand Down

0 comments on commit ab6910b

Please sign in to comment.