Browse Source

alter judge conditions

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

+ 1
- 1
tasks/access.wdl View File

String disk_size String disk_size


command << command <<
if [ $method == "amplicon" ]; then
if [ ${method}=="amplicon" ]; then
cp ${bed} access-mappable.bed cp ${bed} access-mappable.bed
else else
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta} cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}

Loading…
Cancel
Save