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

Merge branch 'develop'

parents b239c627 3fe08b9f
Branches
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): ...@@ -201,6 +201,21 @@ def _update_modelcif(mdl_file, mdl_info, unp_json_file, out_dir, compress):
pdbx_description=mdl_info["protein_desc"], pdbx_description=mdl_info["protein_desc"],
match=("id", target["entity_id"]), 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 # Update ModelCIF files with UniProtKB info
struct_ref_id = "1" struct_ref_id = "1"
block.add_category( block.add_category(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment