Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Drone
Ayuda
Iniciar sesión
YaqingLiu
/
VEP
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fixbug: can't find bcftools
master
YaqingLiu
hace 3 años
padre
63da359fd2
commit
4723fd6102
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
tasks/VEP.wdl
+ 2
- 0
tasks/VEP.wdl
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar