google-deepmind / google-deepmind/alphafold
Issue with missing templates during Multimer Mode running
Open
- Dominant language
- Python
- Stars
- 14.9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
I'm currently practicing using AlphaFold Multimer with the following command:
python3 docker/run_docker.py --fasta_paths=Multimer.fasta --max_template_date=2022-12-31 --data_dir=/data0/db/AFDB/ --model_preset=multimer --output_dir=/home/test/multimer/result
Despite specifying --max_template_date=2022-12-31, I encounter an issue where the template search process stops due to the absence of recent PDB files.
Is there a solution to this problem?
And is there a way to skip the template search step if the required PDBs are not found in the downloaded database?
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.