google-deepmind / alphafold

Open source code for AlphaFold.
Apache License 2.0
12.35k stars 2.21k forks source link

Issue with missing templates during Multimer Mode running #919

Open monojun opened 6 months ago

monojun commented 6 months ago

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