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
Hello, I'm trying to convert vcf file into MAF with vcf2maf, I have the environment with the packages installed, but whenever I try to convert a vcf file I got this error:
perl: warning: Falling back to the standard locale ("C").
Possible precedence issue with control flow operator at /home/earroba/miniconda3/envs/vcf2maf/lib/site_perl/5.26.2/Bio/DB/IndexedBase.pm line 805.
Unknown option: af_gnomad
ERROR: Failed to parse command-line flags
ERROR: Failed to run the VEP annotator!
The code I'm typing is something like this:
vcf2maf.pl --input-vcf /pathtothevcf/file.vcf --output-maf test.maf --normal-id NORMAL --tumor-id TUMOR --ref-fasta /pathtothereference/hg19.fa --vep-data /pathtovep/104_GRCh37 --vep-path ~/miniconda3/envs/vep/bin/ --ncbi-build GRCh37
Any idea of what is wrong in there???
Many thanks in advance!!!
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to convert vcf file into MAF with vcf2maf, I have the environment with the packages installed, but whenever I try to convert a vcf file I got this error:
perl: warning: Falling back to the standard locale ("C").
Possible precedence issue with control flow operator at /home/earroba/miniconda3/envs/vcf2maf/lib/site_perl/5.26.2/Bio/DB/IndexedBase.pm line 805.
Unknown option: af_gnomad
ERROR: Failed to parse command-line flags
ERROR: Failed to run the VEP annotator!
The code I'm typing is something like this:
vcf2maf.pl --input-vcf /pathtothevcf/file.vcf --output-maf test.maf --normal-id NORMAL --tumor-id TUMOR --ref-fasta /pathtothereference/hg19.fa --vep-data /pathtovep/104_GRCh37 --vep-path ~/miniconda3/envs/vep/bin/ --ncbi-build GRCh37
Any idea of what is wrong in there???
Many thanks in advance!!!
The text was updated successfully, but these errors were encountered: