Procházet zdrojové kódy

Fix bug: Haplotyper

tags/v0.1.2
YaqingLiu před 4 roky
rodič
revize
693a6bc34b
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. +0
    -7
      tasks/Haplotyper.wdl

+ 0
- 7
tasks/Haplotyper.wdl Zobrazit soubor

@@ -30,13 +30,6 @@ task Haplotyper {
INTERVAL=""
fi
if [ ${pon_vcf} ]; then
PON="--pon ${pon_vcf}"
${SENTIEON_INSTALL_DIR}/bin/sentieon util vcfindex ${pon_vcf}
else
PON=""
fi
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -t $nt \
--interval ${regions} -r ${ref_dir}/${fasta} \
-i ${recaled_bam} -q ${recal_table}\

Načítá se…
Zrušit
Uložit