We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaf98c commit a209987Copy full SHA for a209987
1 file changed
main.nf
@@ -2241,7 +2241,7 @@ if ( params.gatk_ug_jar != '' ) {
2241
script:
2242
defaultbasequalities = params.gatk_ug_defaultbasequalities == '' ? '' : " --defaultBaseQualities ${params.gatk_ug_defaultbasequalities}"
2243
def keep_realign = params.gatk_ug_keep_realign_bam ? "rm ${samplename}.realign.bam" : ""
2244
- def index_realign = params.gatk_ug_keep_realign_Bam ? "samtools index ${samplename}.realign.bam" : ""
+ def index_realign = params.gatk_ug_keep_realign_bam ? "samtools index ${samplename}.realign.bam" : ""
2245
if (params.gatk_dbsnp == '')
2246
"""
2247
samtools index -b ${bam}
0 commit comments