Explorar el Código

alter judge condition

master
YaqingLiu hace 4 años
padre
commit
e87077f048
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      tasks/access.wdl

+ 1
- 2
tasks/access.wdl Ver fichero

@@ -7,9 +7,8 @@ task access {
String docker
String cluster_config
String disk_size
Boolean amplicon = if (method == "amplicon") then "true" else "false"

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

Cargando…
Cancelar
Guardar