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
Fixbug: can't find bcftools
master
YaqingLiu
3 anni fa
parent
63da359fd2
commit
4723fd6102
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/VEP.wdl
+ 2
- 0
tasks/VEP.wdl
Vedi File
@@ -22,6 +22,8 @@ task VEP {
set -e
nt=$(nproc)
source /etc/profile
awk -F'\t' '{if(($1~"^#")||($1!~"^#" && $7=="PASS")){print $0}}' ${vcf} > ${sample_id}.vcf
# Judge the SAMPLE info of vcf file
Write
Preview
Loading…
Annulla
Salva