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

Add audit_author, change src of ejtities

parent c5335335
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