Procházet zdrojové kódy

change GENE_ID to gene_id in ballgown task

tags/v0.2.9
stead99 před 4 roky
rodič
revize
8ceecb10b7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/ballgown.wdl

+ 1
- 1
tasks/ballgown.wdl Zobrazit soubor

@@ -11,7 +11,7 @@ task ballgown {
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
sed -i '1s/FPKM./gene_id\t/g' ${base}.txt
>>>
runtime {

Načítá se…
Zrušit
Uložit