Explorar el Código

Update: VEP ncbi_build

master
YaqingLiu hace 3 años
padre
commit
cd2666a59f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/VEP.wdl

+ 2
- 2
tasks/VEP.wdl Ver fichero

@@ -25,9 +25,9 @@ task VEP {
awk -F'\t' '{if(($1~"^#")||($1!~"^#" && $7=="PASS")){print $0}}' ${vcf} > ${basename}.PASS.vcf
# Define ncbi_build
if [ hg == "hg19" ]; then
if [ ${hg} == "hg19" ]; then
ncbi_build="GRCh37"
elif [ hg == "hg38" ]; then
elif [ ${hg} == "hg38" ]; then
ncbi_build="GRCh38"
ncol=`awk -F'\t' '{if($1!~"^#"){print NF}}' ${basename}.PASS.vcf | uniq`

Cargando…
Cancelar
Guardar