Browse Source

更新 'tasks/ballgown.wdl'

修复基因名部分无引号
tags/0.1.3
lizhihui 4 years ago
parent
commit
bee60eabe3
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/${sample_id} mkdir -p /cromwell_root/tmp/${sample_id}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/${sample_id} cp -r ${sep=" " ballgown} /cromwell_root/tmp/${sample_id}
ballgown /cromwell_root/tmp/${sample_id} ${sample_id}.txt ballgown /cromwell_root/tmp/${sample_id} ${sample_id}.txt
sed -i 's/"//g' ${base}.txt
sed -i '1s/FPKM./gene_id\t/g' ${base}.txt
>>> >>>
runtime { runtime {

Loading…
Cancel
Save