Ver código fonte

change the use of <<<

master
songyq 4 anos atrás
pai
commit
217db6b4b8
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/mergefq.wdl

+ 1
- 1
tasks/mergefq.wdl Ver arquivo

@@ -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}
>>>

Carregando…
Cancelar
Salvar