瀏覽代碼

revised ballgown

tags/v0.1.0
stead99 5 年之前
父節點
當前提交
12b6f222a4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      tasks/ballgown.wdl

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

@@ -6,9 +6,9 @@ task ballgown {
String cluster

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

Loading…
取消
儲存