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

Resolving Error in 'run_infer.sh' Script Due to Duplicate 'bfd_database_path' Argument #359

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

davidwongmedinfo
Copy link

Hi there,
I encountered a problem when running the 'run_infer.sh' script with '--preset' set to 'full_dbs'. The error message was: ValueError: Could not find HHBlits database ./data/small_bfd/bfd-first_non_consensus_sequences.fasta. I noticed that there were two identical arguments '--bfd_database_path' specified, and this issue could be fixed by deleting the duplicate line: --bfd_database_path "$DATA_DIR/small_bfd/bfd-first_non_consensus_sequences.fasta".

There are two identical 'bfd_database_path' arguments in the 'run_infer.sh' script, which would lead to error when set 'full_dbs' for 'preset' argument.
There are two identical bfd_database_path arguments in the run_infer.sh script, which would lead to error when set 'full_dbs' for 'preset' argument.
@CLAassistant
Copy link

CLAassistant commented Nov 15, 2024

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants