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

Merge branch '2024-12-ma-denv' into develop

parents b239c627 9dd1275b
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,21 @@ def _update_modelcif(mdl_file, mdl_info, unp_json_file, out_dir, compress):
pdbx_description=mdl_info["protein_desc"],
match=("id", target["entity_id"]),
)
block.add_to_category(
"entity",
src_method="nat",
match=("id", target["entity_id"]),
)
block.add_category(
"audit_author",
name=[
"Guarnetti Prandi, Ingrid",
"Chillemi, Giovanni",
"Talarico, Carmine",
],
pdbx_ordinal=[1, 2, 3],
after="ma_software_group",
)
# Update ModelCIF files with UniProtKB info
struct_ref_id = "1"
block.add_category(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment