Przeglądaj źródła

change if else

master
songyq 4 lat temu
rodzic
commit
c69d03bfac
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/mergefq.wdl

+ 1
- 1
tasks/mergefq.wdl Wyświetl plik

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

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

Ładowanie…
Anuluj
Zapisz