You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While running perl vcf2maf.pl --input-vcf newtest.vcf --output-maf test.vep.maf --vep-path /home/data/my/miniconda3/envs/vep/bin/ --vep-data /home/data/my/homo_sapiens/93_GRCh38/ --ref-fasta /home/data/my/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz --ncbi-build GRCh38 --vep-forks 1,
I got a lot of warnings, likeWARNING: Couldn't retrieve bps around 26:16393 from reference FASTA: /home/data/my/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz.
And there is no data in the generated maf file, only the table header, for example Hugo_Symbol,Entrez_Gene_Id,Center, etc
Do you have any suggestion how to solve it?
Thanks
Olsen
The text was updated successfully, but these errors were encountered:
Hi,
While running
perl vcf2maf.pl --input-vcf newtest.vcf --output-maf test.vep.maf --vep-path /home/data/my/miniconda3/envs/vep/bin/ --vep-data /home/data/my/homo_sapiens/93_GRCh38/ --ref-fasta /home/data/my/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz --ncbi-build GRCh38 --vep-forks 1
,I got a lot of warnings, like
WARNING: Couldn't retrieve bps around 26:16393 from reference FASTA: /home/data/my/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz
.And there is no data in the generated maf file, only the table header, for example
Hugo_Symbol,Entrez_Gene_Id,Center, etc
Do you have any suggestion how to solve it?
Thanks
Olsen
The text was updated successfully, but these errors were encountered: