google-deepmind / google-deepmind/alphafold
No such file or directory: '.../pdb_mmcif/mmcif_files/XXXX.cif'
- Dominant language
- Python
- Stars
- 14.9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
Now l'm running AF2 multimer with "run_alphafold.py" . Both MSAs' generation for two chains are success, as well as the template search for the first chain. BUT python report an error during that of the second:
`FileNotFoundError: [Errno 2] No such file or directory: '.../pdb_mmcif/mmcif_files/7xiv.cif'`
The publication date of the 7xiv is 2022-06, but the download date of pdb_mmcif is earlier, so, as my concerned, the most simple solution is to set the AF2's paramater "max_template_date" even earlier than database download, such as
`--max_template_date=2020-05-14`
But the error occurs again. Update pdb_mmcif might be another solution, but it is unacceptable to upgrade it everytime running AF2. It seems the " --max_template_date" does not work.
What should l do to avoid such error?
Regards

Contributor guide
Assessment
This issue has not been assessed yet.