-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello,
I’m exploring the possibility of using BFVD as a template database for AlphaFold/ColabFold predictions and wanted to ask if there has been any effort or discussion on this integration.
Specifically, when I use a BFVD-converted CIF file as a template, I encounter the following error in AlphaFold:
“No protein chains found in this file”
From what I understand, the AlphaFold mmCIF parser (in the _get_protein_chains() function) expects the CIF file to include an _entity_poly_seq loop with fields such as _entity_poly_seq.entity_id, _entity_poly_seq.mon_id, and _entity_poly_seq.num. It seems that the current BFVD CIF conversion might not be adding these fields, which prevents the templates from being recognized properly.
I’d like to know if:
1. There has been any previous effort to use BFVD as a template database for AlphaFold,
2. You have any plans to adjust the conversion process to include the required _entity_poly_seq loop (or similar metadata) for better compatibility with AlphaFold/ColabFold template parsing.
Thank you for your time and for your excellent work on BFVD!