Since run_alphafold_test.py can be run without any additional options, it took me a few minutes to figure out why it was failing with a very cryptic message:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/models/model_103275239_1'
----------------------------------------------------------------------
Ran 9 tests in 6.437s
FAILED (errors=4)
Singularity>
Since
run_alphafold_test.py
can be run without any additional options, it took me a few minutes to figure out why it was failing with a very cryptic message:apparently, the default path is set here https://github.com/google-deepmind/alphafold3/blob/e07682c0643881390f59a7696fd91ad0232ea1ea/run_alphafold.py#L59
And it's not easy to guess the model version since the provided weights didn't have a version.