瀏覽代碼

add --no-rebuild and --faidx

master
YaqingLiu 4 年之前
父節點
當前提交
d5c891152a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/batch.wdl

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

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

Loading…
取消
儲存