浏览代码

alter output

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

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

@@ -6,11 +6,11 @@ task export{
String disk_size

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

正在加载...
取消
保存