{ | { | ||||
"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" | ||||
} | } |
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" | |||||
} | } | ||||
} | } |