소스 검색

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 {

Loading…
취소
저장