浏览代码

更新 'tasks/count.wdl'

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

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

@@ -8,7 +8,7 @@ task count {
command <<<
mkdir -p /cromwell_root/tmp/ballgown/${sample_id}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/ballgown/${sample_id}
count -i /cromwell_root/tmp/ballgown -l 150 -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
count -i /cromwell_root/tmp/ballgown -g ${sample_id}_gene_count_matrix.csv -t ${sample_id}_transcript_count_matrix.csv
>>>
runtime {

正在加载...
取消
保存