Explorar el Código

Fix bug: TNseq.wdl

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

+ 1
- 1
tasks/TNseqold.wdl Ver fichero

@@ -27,7 +27,7 @@ task TNseqold {
nt=$(nproc)

if [ ${regions} ]; then
INTERVAL="--interval ${regions} --interval_padding ${interval_padding}"
INTERVAL="--interval ${regions}"
else
INTERVAL=""
fi

Cargando…
Cancelar
Guardar