ソースを参照

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
>>>

読み込み中…
キャンセル
保存