Browse Source

change the use of <<<

master
songyq 4 years ago
parent
commit
217db6b4b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/mergefq.wdl

+ 1
- 1
tasks/mergefq.wdl View File

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

command <<<
set -euo pipefail
IFS=";" read -a myarray <<< ${fq_list}
cat ${fq_list}|IFS=";" read -a myarray
cat ${myarray[@]} >${fq_m}
>>>

Loading…
Cancel
Save