Browse Source

first commit

master
biochenglinliu 1 year ago
parent
commit
24af59ce73
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      defaults
  2. +2
    -2
      tasks/battenberg.wdl

+ 1
- 1
defaults View File

{ {
"battenberg_docker":"registry.cn-shanghai.aliyuncs.com/shaolab2023_docker/battenberg_lcl:3.1",
"battenberg_docker":"registry.cn-shanghai.aliyuncs.com/shaolab2023_docker/trec:7.0",
"battenberg_cluster":"OnDemand bcs.es.r.6xlarge img-ubuntu-vpc", "battenberg_cluster":"OnDemand bcs.es.r.6xlarge img-ubuntu-vpc",
"disk_size":"200" "disk_size":"200"
} }

+ 2
- 2
tasks/battenberg.wdl View File

set -o pipefail set -o pipefail
set -e set -e
cp /opt/battenberg_reference/a.R ./
cp /software/TREC_script.Rscript ./


>>> >>>


} }


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


} }

Loading…
Cancel
Save