Il sito funziona meglio con JavaScript.
Home
Esplora
Drone
Aiuto
Accedi
songyueqiang
/
mergefq
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
change the use of <<<
master
songyq
4 anni fa
parent
320eb08d71
commit
217db6b4b8
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/mergefq.wdl
+ 1
- 1
tasks/mergefq.wdl
Vedi 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}
>>>
Write
Preview
Loading…
Annulla
Salva