Browse Source

alter output

master
YaqingLiu 4 years ago
parent
commit
55bff76495
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      tasks/export.wdl

+ 4
- 4
tasks/export.wdl View File

String disk_size String disk_size


command <<< command <<<
mkdir -p /cromwell_root/tmp/cnvkit
cp -r ${sep=" " results} /cromwell_root/tmp/cnvkit
cd /cromwell_root/tmp/cnvkit
#mkdir -p /cromwell_root/tmp/cnvkit
cp -r ${sep=" " results} .
#cd /cromwell_root/tmp/cnvkit
# this version app just provides seg # this version app just provides seg
cnvkit.py export seg *.cns -o /cromwell_root/tmp/cnvkit/${sample_id}.seg
cnvkit.py export seg *.cns -o ${sample_id}.seg
>>> >>>
runtime { runtime {

Loading…
Cancel
Save