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".
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".