ソースを参照

remove ? of tast value

master
songyq 4年前
コミット
8bc86e5d07
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} ]; then
if [ ${fq3} != "" ]; then
cat ${fq1} ${fq2} > ${fq_m}
else
cat ${fq1} ${fq2} ${fq3} > ${fq_m}

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