Browse Source

fix bug: no-rebuild

master
YaqingLiu 4 years ago
parent
commit
7b7e77e5f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/batch.wdl

+ 1
- 1
tasks/batch.wdl View File

@@ -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…
Cancel
Save