ソースを参照

change if else

master
songyq 4年前
コミット
c69d03bfac
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/mergefq.wdl

+ 1
- 1
tasks/mergefq.wdl ファイルの表示

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

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

読み込み中…
キャンセル
保存