Skip to content

Commit

Permalink
fix: allow normal to be used more than 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed May 7, 2024
2 parents 2a6c2d5 + d06f6f3 commit fe3d57f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subworkflows/local/workflows.nf
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ workflow VC {

//Octopus TN
if ("octopus" in params.callist){
bambyinterval
octopus_in=octopus_tn(bambyinterval) | bcftools_index_octopus
| groupTuple()
| map{samplename,vcf,vcfindex-> tuple(samplename,vcf.toSorted{it->(it.name =~ /${samplename}_(.*).octopus.vcf.gz/)[0][1].toInteger()},vcfindex,"octopus")}
Expand Down

0 comments on commit fe3d57f

Please sign in to comment.