Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard times trying to run the bindEmbed21 example. #232

Open
Ravy-LFL opened this issue Mar 29, 2023 · 0 comments
Open

Hard times trying to run the bindEmbed21 example. #232

Ravy-LFL opened this issue Mar 29, 2023 · 0 comments

Comments

@Ravy-LFL
Copy link

Hi,
I'm trying to run to bindEmbed21 example of bio_embeddings. But i have this problem error :
2023-03-29 15:15:30,302 INFO Created the file bindembed21/input_parameters_file.yml 2023-03-29 15:15:30,319 INFO Created the file bindembed21/sequences_file.fasta 2023-03-29 15:15:30,322 INFO Created the file bindembed21/mapping_file.csv 2023-03-29 15:15:30,322 INFO Created the file bindembed21/remapped_sequences_file.fasta 2023-03-29 15:15:30,326 INFO Stage directory bindembed21/mmseqs_search already exists. 2023-03-29 15:15:30,326 INFO Created the file bindembed21/mmseqs_search/input_parameters_file.yml Traceback (most recent call last): File "/path/envs/bioembedding/bin/bio_embeddings", line 10, in <module> sys.exit(main()) File "path/anaconda3/envs/bioembedding/lib/python3.10/site-packages/bio_embeddings/utilities/cli.py", line 24, in main parse_config_file_and_execute_run(arguments.config_path[0], overwrite=arguments.overwrite) File "/path/anaconda3/envs/bioembedding/lib/python3.10/site-packages/bio_embeddings/utilities/pipeline.py", line 354, in parse_config_file_and_execute_run execute_pipeline_from_config(config, **kwargs) File "/path/anaconda3/envs/bioembedding/lib/python3.10/site-packages/bio_embeddings/utilities/pipeline.py", line 284, in execute_pipeline_from_config stage_output_parameters = stage_runnable(**stage_parameters) File "/path/anaconda3/envs/bioembedding/lib/python3.10/site-packages/bio_embeddings/align/pipeline.py", line 203, in run raise InvalidParameterError( bio_embeddings.utilities.exceptions.InvalidParameterError: Invalid protocol selection: mmseqs_search. Valid protocols are: deepblast

I could actually change the protocol to deepblast but i dont want to change the example, so keep mmseqs. I think it might be a problem of version for mmseqs ? Do you have an idea ? I already have mmseqs2 in my path

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant