Skip to content

Commit

Permalink
Keep index from haplotype caller
Browse files Browse the repository at this point in the history
  • Loading branch information
iracooke committed Sep 23, 2024
1 parent edf08cc commit 94211c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gatk.nf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ process gatk_haplotype_caller {

script:
def args = task.ext.args ?: ''
def outfile = "${bam.baseName}.g.vcf.gz"
def outfile = "${bam.baseName}.g.vcf.gz*"

"""
Expand Down

0 comments on commit 94211c1

Please sign in to comment.