Skip to content
Snippets Groups Projects
Commit d446530a authored by Bienchen's avatar Bienchen
Browse files

Small fixes to the ModelCIF files

parent e750fef5
Branches
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ def _get_ch_name(ch, use_auth=False):
return ch.name
# ToDo: are those Ab Initio Models?
class _OST2ModelCIF(modelcif.model.AbInitioModel):
"""Map OST entity elements to ihm.model"""
......@@ -234,7 +235,7 @@ def _get_pdb_files(model_dir):
def _get_title(fam_name):
"""Get a title for this modelling experiment."""
return f"AlphaFold model for NMPFamsDB Family {fam_name}"
return f"Model for NMPFamsDB Family {fam_name}"
def _get_model_details(fam_name):
......@@ -601,3 +602,5 @@ def _main():
if __name__ == "__main__":
_main()
# ToDo: - modelling protocol?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment