This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
songyueqiang
/
mergefq
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove ? of tast value
master
songyq
4 years ago
parent
5d35dada5b
commit
8bc86e5d07
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/mergefq.wdl
+ 1
- 1
tasks/mergefq.wdl
View File
@@ -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}
Write
Preview
Loading…
Cancel
Save