|
|
|
|
|
|
|
|
task ballgown { |
|
|
task ballgown { |
|
|
Array[File] ballgown |
|
|
|
|
|
File gene_abundance |
|
|
File gene_abundance |
|
|
String base = basename(gene_abundance, ".gene.abundance.txt") |
|
|
String base = basename(gene_abundance, ".gene.abundance.txt") |
|
|
|
|
|
Array[File] ballgown |
|
|
String docker |
|
|
String docker |
|
|
String cluster |
|
|
String cluster |
|
|
|
|
|
|
|
|
command <<< |
|
|
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 { |
|
|
runtime { |