Browse Source

alter judge condition

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

+ 1
- 2
tasks/access.wdl View File

String docker String docker
String cluster_config String cluster_config
String disk_size String disk_size
Boolean amplicon = if (method == "amplicon") then "true" else "false"


Boolean amplicon = if (method == "amplicon") then true else false
command << command <<
if ${amplicon}; then if ${amplicon}; then
cp ${bed} access-mappable.bed cp ${bed} access-mappable.bed

Loading…
Cancel
Save