浏览代码

alter output

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

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

@@ -21,6 +21,6 @@ task export{
}

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

正在加载...
取消
保存