Browse Source

alter output

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

+ 1
- 1
tasks/export.wdl View File

} }


output { output {
File seg = "/cromwell_root/tmp/cnvkit/${sample_id}.seg"
File seg = "${sample_id}.seg"
} }
} }

Loading…
Cancel
Save