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
change the use of <<<
master
songyq
4 years ago
parent
320eb08d71
commit
217db6b4b8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/mergefq.wdl
+ 1
- 1
tasks/mergefq.wdl
View File
command <<<
command <<<
set -euo pipefail
set -euo pipefail
IFS=";" read -a myarray
<<< ${fq_list}
cat ${fq_list}|
IFS=";" read -a myarray
cat ${myarray[@]} >${fq_m}
cat ${myarray[@]} >${fq_m}
>>>
>>>
Write
Preview
Loading…
Cancel
Save