소스 검색

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}

Loading…
취소
저장