Browse Source

test

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

+ 5
- 5
tasks/access.wdl View File

String cluster_config String cluster_config
String disk_size String disk_size


command <<
#if [ ${method}=="amplicon" ]; then
command <<<
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