Browse Source

更新 'tasks/CNVkit.wdl'

master
meng 2 years ago
parent
commit
d7c2a3ef8c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl View File

String cluster_config String cluster_config
String disk_size String disk_size


command <<
command <<<
set -o pipefail set -o pipefail
set -e set -e




tar cvf ${sample}.tar ./ tar cvf ${sample}.tar ./


>>
>>>


runtime{ runtime{
docker:docker docker:docker

Loading…
Cancel
Save