浏览代码

revised ballgown

tags/v0.1.0
stead99 5 年前
父节点
当前提交
c763cb52a9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      tasks/ballgown.wdl

+ 4
- 4
tasks/ballgown.wdl 查看文件

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 {

正在加载...
取消
保存