Browse Source

revise ballgwon output files

tags/v0.1.0
stead99 4 years ago
parent
commit
3dcd37a58a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tasks/ballgown.wdl

+ 2
- 0
tasks/ballgown.wdl View File

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

Loading…
Cancel
Save