ソースを参照

更新 'tasks/ballgown.wdl'

修复基因名部分无引号
tags/0.1.3
lizhihui 4年前
コミット
bee60eabe3
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/${sample_id}
cp -r ${sep=" " ballgown} /cromwell_root/tmp/${sample_id}
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 {

読み込み中…
キャンセル
保存