Explorar el Código

change if else

master
songyq hace 4 años
padre
commit
c69d03bfac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/mergefq.wdl

+ 1
- 1
tasks/mergefq.wdl Ver fichero

@@ -9,7 +9,7 @@ task mergefq {

command <<<
set -euo pipefail
if [ ${fq3} = "" ]
if [ ${fq3} == "" ]
then
cat ${fq1} ${fq2} > ${fq_m}
else

Cargando…
Cancelar
Guardar