Browse Source

test

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

+ 4
- 4
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
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}
fi
#else
# cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}
#fi
>>> >>>


runtime { runtime {

Loading…
Cancel
Save