Hello.
I installed and run vep in Windows with Docker. The API version I installed is 104. I first started vep with the command
"docker run -t -i -v $HOME/vep_data:/opt/vep/.vep ensemblorg/ensembl-vep"
,then run the program with an input file with the command
"./vep --database -i C:/Users/97254/PycharmProjects/weizmann/ outputs/opn1lw_variants.txt -o ."
,which yielded the following error message:
-------------------- EXCEPTION --------------------
MSG: ERROR: File "C:/Users/97254/PycharmProjects/weizmann/outputs/opn1lw_variants.txt" does not exist
STACK Bio::EnsEMBL::VEP::Parser::file /opt/vep/src/ensembl-vep/modules/Bio/EnsEMBL/VEP/Parser.pm:231
STACK Bio::EnsEMBL::VEP::Parser::new /opt/vep/src/ensembl-vep/modules/Bio/EnsEMBL/VEP/Parser.pm:125
STACK Bio::EnsEMBL::VEP::Runner::get_Parser /opt/vep/src/ensembl-vep/modules/Bio/EnsEMBL/VEP/Runner.pm:801
STACK Bio::EnsEMBL::VEP::Runner::get_InputBuffer /opt/vep/src/ensembl-vep/modules/Bio/EnsEMBL/VEP/Runner.pm:828
STACK Bio::EnsEMBL::VEP::Runner::init /opt/vep/src/ensembl-vep/modules/Bio/EnsEMBL/VEP/Runner.pm:136
STACK Bio::EnsEMBL::VEP::Runner::run /opt/vep/src/ensembl-vep/modules/Bio/EnsEMBL/VEP/Runner.pm:199
STACK toplevel ./vep:232
Date (localtime) = Mon Nov 22 07:51:51 2021
Ensembl API version = 104
---------------------------------------------------
I'd love to get some ideas regarding what I did wrong. Thanks.
Make sure that you have ENSEMBL suggested docker setup for easy troubleshooting esp input, in this case.