소스 검색

fix bug: no-rebuild

master
YaqingLiu 4 년 전
부모
커밋
7b7e77e5f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/batch.wdl

+ 1
- 1
tasks/batch.wdl 파일 보기

@@ -25,7 +25,7 @@ task batch {
mkdir results
cnvkit.py batch ${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \
--targets ${bed} --annotate ${ref_flat} \
--fasta ${fasta} --access ${access_bed} \
--fasta ${fasta} --no-rebuild ${faidx} --access ${access_bed} \
--output-reference ${sample_id}.reference.cnn --output-dir /cromwell_root/tmp/cnvkit/results/ \
--diagram --scatter
>>>

Loading…
취소
저장