Browse Source

alter judge condition

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

+ 1
- 2
tasks/access.wdl View File

@@ -9,8 +9,7 @@ task access {
String disk_size

Boolean amplicon = if (method == "amplicon") then true else false

command <<
if ${amplicon}; then
cp ${bed} access-mappable.bed

Loading…
Cancel
Save