浏览代码

revise ballgwon output files

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

+ 2
- 0
tasks/ballgown.wdl 查看文件

@@ -10,6 +10,8 @@ task ballgown {
mkdir -p /cromwell_root/tmp/${base}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/${base}
ballgown /cromwell_root/tmp/${base} ${base}.txt
sed -i 's/"//g' ${base}.txt
sed -i '1s/FPKM./GENE_ID\t/g' ${base}.txt
>>>
runtime {

正在加载...
取消
保存