浏览代码

更新 'tasks/batch.wdl'

master
liuruimei 3 年前
父节点
当前提交
c8b5f068b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/batch.wdl

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

@@ -36,7 +36,7 @@ task batch {
cd /cromwell_root/tmp/cnvkit
mkdir results
cnvkit.py batch -p $nt ${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \
--method ${method} --segment-method ${segment_method} \
--method ${method} \
${access_opt} ${annotate_opt} \
--fasta hg_ref.fa ${reference_opt} \
--output-reference ${sample_id}.reference.cnn \

正在加载...
取消
保存