Skip to content

Commit a209987

Browse files
committed
Small typo
1 parent eaaf98c commit a209987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,7 @@ if ( params.gatk_ug_jar != '' ) {
22412241
script:
22422242
defaultbasequalities = params.gatk_ug_defaultbasequalities == '' ? '' : " --defaultBaseQualities ${params.gatk_ug_defaultbasequalities}"
22432243
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" : ""
2244+
def index_realign = params.gatk_ug_keep_realign_bam ? "samtools index ${samplename}.realign.bam" : ""
22452245
if (params.gatk_dbsnp == '')
22462246
"""
22472247
samtools index -b ${bam}

0 commit comments

Comments
 (0)