Skip to content
Snippets Groups Projects
Commit 8ea0a7ff authored by juanf's avatar juanf
Browse files

SSDM-1950 : Genotype Property Support

SVN: 34033
parent 12e80743
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ def calculate():
def getAnnotationsForParent(parent, child):
permId = parent.entityPE().getPermId()
annotations = child.propertyValue("ANNOTATIONS_STATE")
if (annotations is not None) and ('<root>' in annotations):
if (annotations is not None) and ('<root' in annotations):
relationshipValue = getAnnotationFromPermId(annotations, permId, "PLASMID_RELATIONSHIP")
if relationshipValue is None:
relationshipValue = "None"
......
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