Hello,
I am experiencing multiple errors when running the RosettaFold all-atom inference pipeline, specifically related to database accessibility and file handling. Here's a detailed description of the issues encountered during execution:
Database Access Errors:
The system reports "ERROR: Could find neither hhm_db nor a3m_db!" consistently across multiple runs with different E-value cutoffs. This suggests a potential issue in accessing or recognizing the HHblits databases.
File Handling Issues:
Several crucial files expected by the script are reported as not found, e.g., t000_.1e-10.a3m, t000_.msa0.a3m, which prevents the pipeline from progressing beyond the sequence alignment stage.
Error Messages and Warnings:
Various error messages indicate that files expected as output from one stage are unavailable for subsequent stages, implying either the files are not being created or are being incorrectly referenced.
Additionally, a warning about the missing _self_ keyword in protein_sm.yaml suggests potential issues with configuration handling.
Steps to Reproduce:
Run the inference script with the following command:
python -m rf2aa.run_inference --config-name protein_sm.yaml hydra.searchpath=[file:///path/to/RoseTTAFold-All-Atom/rf2aa/config/inference]
Errors and warnings appear during the execution related to HHblits and subsequent data processing steps.
Hello, I am experiencing multiple errors when running the RosettaFold all-atom inference pipeline, specifically related to database accessibility and file handling. Here's a detailed description of the issues encountered during execution:
Database Access Errors:
File Handling Issues:
t000_.1e-10.a3m
,t000_.msa0.a3m
, which prevents the pipeline from progressing beyond the sequence alignment stage.Error Messages and Warnings:
_self_
keyword inprotein_sm.yaml
suggests potential issues with configuration handling.Steps to Reproduce:
Run the inference script with the following command: python -m rf2aa.run_inference --config-name protein_sm.yaml hydra.searchpath=[file:///path/to/RoseTTAFold-All-Atom/rf2aa/config/inference]
Errors and warnings appear during the execution related to HHblits and subsequent data processing steps.
Please see attached for the full log.
RFAA_log.txt
Thank you for looking into this.