소스 검색

revised ballgown

tags/v0.1.0
stead99 5 년 전
부모
커밋
c763cb52a9
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      tasks/ballgown.wdl

+ 4
- 4
tasks/ballgown.wdl 파일 보기

@@ -1,14 +1,14 @@
task ballgown {
Array[File] ballgown
File gene_abundance
String base = basename(gene_abundance, ".gene.abundance.txt")
Array[File] ballgown
String docker
String cluster

command <<<
mkdir /cromwell_root/tmp/
cp -r ${ballgown} /cromwell_root/tmp/
Rscript /usr/bin/ballgown.R /cromwell_root/tmp/ballgown/ ${base}.txt
#mkdir /cromwell_root/tmp/
#cp -r ${ballgown} /cromwell_root/tmp/
Rscript /usr/bin/ballgown.R ${ballgown} ${base}.txt
>>>
runtime {

Loading…
취소
저장