소스 검색

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…
취소
저장