Browse Source

Alter: defaults

master
YaqingLiu 4 years ago
parent
commit
a7883395ad
2 changed files with 4 additions and 3 deletions
  1. +3
    -3
      defaults
  2. +1
    -0
      tasks/MD5.wdl

+ 3
- 3
defaults View File

{ {
"docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/r-base:4.0.2",
"disk_size": "100",
"cluster_config": "OnDemand bcs.ps.g.large img-ubuntu-vpc"
"docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/python:3.8",
"disk_size": "200",
"cluster_config": "OnDemand bcs.a2.large img-ubuntu-vpc"
} }

+ 1
- 0
tasks/MD5.wdl View File



for i in ${sep=" " INPUT} for i in ${sep=" " INPUT}
do do
echo $i
md5sum $i > $i.md5 md5sum $i > $i.md5
done done



Loading…
Cancel
Save