浏览代码

test

master
YaqingLiu 4 年前
父节点
当前提交
d0a2c24d7a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/export.wdl

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

cp -r ${sep=" " results} /cromwell_root/tmp/cnvkit cp -r ${sep=" " results} /cromwell_root/tmp/cnvkit
cd /cromwell_root/tmp/cnvkit cd /cromwell_root/tmp/cnvkit
# this version app just provides seg # this version app just provides seg
cnvkit.py export seg *.cns -o ${sample_id}.seg
cnvkit.py export seg *.cns -o /cromwell_root/tmp/cnvkit/${sample_id}.seg
>>> >>>
runtime { runtime {
} }


output { output {
File seg = "${sample_id}.seg"
File seg = "/cromwell_root/tmp/cnvkit/${sample_id}.seg"
} }
} }

正在加载...
取消
保存