浏览代码

Update 'tasks/spladder_quantification.wdl'

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

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

@@ -54,6 +54,6 @@ task spladder_quantification {
output {
File fileList = "fileList.txt"
File pickle_txt = "pickle.txt"
File count_hdf5 = "${sample_id}/spladder_out/spladder/*.count.hdf5"
Array[File] count_hdf5 = glob("${sample_id}/spladder_out/spladder/*.count.hdf5")
}
}

正在加载...
取消
保存