google-deepmind / google-deepmind/alphafold

No such file or directory: '.../pdb_mmcif/mmcif_files/XXXX.cif'

Open
#610 9 comments 0 reactions 0 assignees View on GitHub
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

![image](https://user-images.githubusercontent.com/34373061/195979996-2fdf7868-33b8-456e-8925-ad1de430ba72.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.