Closed indapa closed 1 month ago
Hi @indapa ,
Sorry to hear that you are facing issues. Replicating the steps here to download cache, the directory hierarchy looks like homo_sapiens_gca009914755v4/107_T2T-CHM13v2.0/
and with this structure, the command may have to be modified to use --cache_version 107
. Kindly let us know if you are facing the same issue even after re-downloading the cache following the documentation.
Thanks @likhitha-surapaneni I didn't realize I had the wrong cache_version. Also, I added in an extra folder to my vep cache:
vep_cache/
└── homo_sapiens_gca009914755v4
└── 107_T2T-CHM13v2.0
This code works great now, thank you!
vep --input_file ${vcf} \
--output_file ${vcf.simpleName}_annotated.vcf.gz \
--format vcf \
--vcf \
--compress_output bgzip \
--cache_version 107 \
--dir_cache ${vep_cache} \
--fasta ${reference} \
--offline \
--symbol \
--species homo_sapiens_gca009914755v4 \
--force_overwrite
VEP runs successfully with no error, but output VCF only contains VCF header of input VCF
I was generally trying to follow the example here using VEP to annotate records from the T2T assembly.
System
Full VEP command line
Data files (if applicable)
They include:
bcftools view clinvar_20240624_GCA_009914755.4.vcf.gz 20
I thought maybe vep couldn't find my cache dir, but the the vep_cache is set up like this, but maybe the 107_T2T dirname should be
homo_sapiens_gca009914755v4
?Any advice is appreciated
Output only contains header and no VEP annotated records: