Selaa lähdekoodia

Update: VEP ncbi_build

master
YaqingLiu 3 vuotta sitten
vanhempi
commit
cd2666a59f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      tasks/VEP.wdl

+ 2
- 2
tasks/VEP.wdl Näytä tiedosto

@@ -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`

Loading…
Peruuta
Tallenna