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

set -o pipefail set -o pipefail
set -e set -e
cp /software/TREC_script.Rscript ./
cp /usr/local/a.R ./


>>> >>>


} }


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


} }

Loading…
Cancel
Save