Skip to content
Snippets Groups Projects
Commit 73ec9a1d authored by Studer Gabriel's avatar Studer Gabriel
Browse files

TBVar3D pipeline: Modify structure_identifier of models that get merged

parent 23b813f4
No related branches found
No related tags found
No related merge requests found
...@@ -602,6 +602,11 @@ def ImportStructures(uniprot_sequence, struct_import_pipeline): ...@@ -602,6 +602,11 @@ def ImportStructures(uniprot_sequence, struct_import_pipeline):
added_s.meta["activated_form_description"] += s.meta[ added_s.meta["activated_form_description"] += s.meta[
"activated_form_description" "activated_form_description"
] ]
# Dear phd students: To show you an example of bad programming
# style, I modify on purpose a member variable that is supposed
# to be read only.
added_s._structure_identifier += f";{s.structure_identifier}"
break break
if not already_there: if not already_there:
structures.append(s) structures.append(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment