File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2334,7 +2334,7 @@ process genotyping_ug {
23342334 """
23352335 samtools index ${ bam}
23362336 gatk3 -T RealignerTargetCreator -R ${ fasta} -I ${ bam} -nt ${ task.cpus} -o ${ samplename} .intervals ${ defaultbasequalities}
2337- gatk3 -T IndelRealigner -R ${ fasta} -I ${ bam} -targetIntervals ${ samplenane } .intervals -o ${ samplename} .realign.bam ${ defaultbasequalities}
2337+ gatk3 -T IndelRealigner -R ${ fasta} -I ${ bam} -targetIntervals ${ samplename } .intervals -o ${ samplename} .realign.bam ${ defaultbasequalities}
23382338 gatk3 -T UnifiedGenotyper -R ${ fasta} -I ${ samplename} .realign.bam -o ${ samplename} .unifiedgenotyper.vcf -nt ${ task.cpus} --dbsnp ${ params.gatk_dbsnp} --genotype_likelihoods_model ${ params.gatk_ug_genotype_model} -stand_call_conf ${ params.gatk_call_conf} --sample_ploidy ${ params.gatk_ploidy} -dcov ${ params.gatk_downsample} --output_mode ${ params.gatk_ug_out_mode} ${ defaultbasequalities}
23392339
23402340 $keep_realign
You can’t perform that action at this time.
0 commit comments