瀏覽代碼

Fix bug: tumor_sample parameter

master
YaqingLiu 4 年之前
父節點
當前提交
ba5588de65
共有 2 個檔案被更改,包括 7 行新增3 行删除
  1. +5
    -1
      inputs
  2. +2
    -2
      tasks/PoN.wdl

+ 5
- 1
inputs 查看文件

@@ -14,4 +14,8 @@
"{{ project_name }}.regions": "{{ regions }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}"
}
}


sample_id,recaled_bam,recaled_bam_index
CBCGA269277,oss://choppy-cromwell-result/test-choppy/PoN_test/0cb8780d-42f4-45d7-b36c-a8aaf6767eb2/call-BQSR/CBCGA269277_normal.sorted.deduped.realigned.recaled.bam,oss://choppy-cromwell-result/test-choppy/PoN_test/0cb8780d-42f4-45d7-b36c-a8aaf6767eb2/call-BQSR/CBCGA269277_normal.sorted.deduped.realigned.recaled.bam.bai

+ 2
- 2
tasks/PoN.wdl 查看文件

@@ -27,10 +27,10 @@ task PoN {
fi

${SENTIEON_INSTALL_DIR}/bin/sentieon driver -t $nt $INTERVAL -r ${ref_dir}/${fasta} -i ${normal_bam} \
--algo TNhaplotyper2 --normal_sample ${sample} ${sample}.TNseq.PoN.vcf
--algo TNhaplotyper2 --tumor_sample ${sample} ${sample}.TNseq.PoN.vcf

${SENTIEON_INSTALL_DIR}/bin/sentieon driver -t $nt $INTERVAL -r ${ref_dir}/${fasta} -i ${normal_bam} \
--algo TNscope --normal_sample ${sample} ${sample}.TNscope.PoN.vcf
--algo TNscope --tumor_sample ${sample} ${sample}.TNscope.PoN.vcf
>>>
runtime {

Loading…
取消
儲存