浏览代码

更新 'tasks/count.wdl'

tags/v0.1.0
lizhihui 4 年前
父节点
当前提交
108c342324
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      tasks/count.wdl

+ 3
- 2
tasks/count.wdl 查看文件

@@ -6,8 +6,9 @@ task count {
String disk_size

command <<<
mkdir -p /cromwell_root/tmp/ballgown/${sample_id}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/ballgown/${sample_id}
mkdir -p /cromwell_root/tmp/ballgown/
cp -r ${sep=" " ballgown} /cromwell_root/tmp/ballgown/
cd /cromwell_root/tmp/
count -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
>>>

正在加载...
取消
保存