Browse Source

更新 'tasks/battenberg.wdl'

a.R
master
biochenglinliu 1 year ago
parent
commit
1d016b5674
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/battenberg.wdl

+ 2
- 2
tasks/battenberg.wdl View File

@@ -10,7 +10,7 @@ task battenberg {
set -o pipefail
set -e
cp /software/TREC_script.Rscript ./
cp /usr/local/a.R ./

>>>

@@ -22,7 +22,7 @@ task battenberg {
}

output {
File subclones = "TREC_script.Rscript"
File subclones = "a.R"
}

}

Loading…
Cancel
Save