ソースを参照

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 {

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