소스 검색

Fix bug: Haplotyper

tags/v0.1.2
YaqingLiu 4 년 전
부모
커밋
693a6bc34b
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. +0
    -7
      tasks/Haplotyper.wdl

+ 0
- 7
tasks/Haplotyper.wdl 파일 보기

@@ -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}\

Loading…
취소
저장