瀏覽代碼

修改corealigner

tags/wgs-somatic
huangyechao 6 年之前
父節點
當前提交
8a06e7f4e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/corealigner.wdl

+ 1
- 1
tasks/corealigner.wdl 查看文件

@@ -24,7 +24,7 @@ task corealigner {
set -e
export SENTIEON_LICENSE=192.168.0.55:8990
nt=$(nproc)
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r ${ref_dir}/${fasta} -t $nt -i ${tumor_recaled_bam} -i ${normal_recaled_bam} --algo Realigner -k ${db_mills} -k ${dbsnp} ${sample}_corealigned.bam
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r ${ref_dir}/${fasta} -t $nt -i ${tumor_recaled_bam} -i ${normal_recaled_bam} --algo Realigner -k ${dbmills_dir}/${db_mills} -k ${dbsnp_dir}/${dbsnp} ${sample}_corealigned.bam
>>>
runtime {

Loading…
取消
儲存