瀏覽代碼

revised ballgown

tags/v0.1.0
stead99 5 年之前
父節點
當前提交
9b061197fd
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      tasks/ballgown.wdl

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

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

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

Loading…
取消
儲存