Browse Source

change if else

master
songyq 4 years ago
parent
commit
c69d03bfac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/mergefq.wdl

+ 1
- 1
tasks/mergefq.wdl View File



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

Loading…
Cancel
Save