We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9754b1f commit 371c71bCopy full SHA for 371c71b
1 file changed
pdbeccdutils/helpers/cif_tools.py
@@ -65,7 +65,7 @@ def validate_mm_cif_categories(cif_block):
65
categories = set(cif_block.get_mmcif_category_names())
66
67
mandatory_fields = [
68
- "_entry."
+ "_entry.",
69
"_atom_site.",
70
"_chem_comp_bond."
71
]
0 commit comments