浏览代码

更新 'tasks/rmats.wdl'

tags/v4.1.1
chenqingwang 4 年前
父节点
当前提交
073745dc39
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      tasks/rmats.wdl

+ 3
- 0
tasks/rmats.wdl 查看文件

--nthread 4 \ --nthread 4 \
--od ${sample_id}/output \ --od ${sample_id}/output \
--tmp ${sample_id}/tmp_output --tmp ${sample_id}/tmp_output
find . -depth > fileList.txt
>>> >>>


runtime { runtime {
} }


output { output {
File fileList = "fileList.txt"
Array[File] AS_txt = glob("${sample_id}/output/*.txt") Array[File] AS_txt = glob("${sample_id}/output/*.txt")
Array[File] tmp = glob("${sample_id}/output/tmp/*") Array[File] tmp = glob("${sample_id}/output/tmp/*")
} }

正在加载...
取消
保存