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

@@ -12,7 +12,7 @@ task cnvkit{
String cluster_config
String disk_size

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

@@ -40,7 +40,7 @@ task cnvkit{

tar cvf ${sample}.tar ./

>>
>>>

runtime{
docker:docker

Loading…
Cancel
Save