Il sito funziona meglio con JavaScript.
Home
Esplora
Drone
Aiuto
Accedi
YaqingLiu
/
VEP
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix: buffer_size
master
YaqingLiu
4 anni fa
parent
15d28bcca3
commit
fe3ac2b902
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/VEP.wdl
+ 1
- 1
tasks/VEP.wdl
Vedi File
@@ -29,7 +29,7 @@ task VEP {
if [ $nrow -lt 5000 ]; then
buffer_size="--buffer_size 5000"
else
buffer_size="--buffer_size 50
0
"
buffer_size="--buffer_size 50"
fi
Write
Preview
Loading…
Annulla
Salva