ソースを参照

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 {

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