Skip to content
Snippets Groups Projects
Commit 12e80743 authored by juanf's avatar juanf
Browse files

SSDM-1950 : Genotype Property Support

SVN: 34032
parent 1e15fc95
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ def getAnnotationsForParent(parent, child): ...@@ -56,7 +56,7 @@ def getAnnotationsForParent(parent, child):
annotationValue = "" annotationValue = ""
annotation = "\"" + str(annotationValue) + "\"" annotation = "\"" + str(annotationValue) + "\""
return str(relationshipValue) + " " + str(annotation) return str(relationshipValue) + " " + str(annotation)
return None return "No Annotations Found"
def getAnnotationFromPermId(annotations, permId, key): def getAnnotationFromPermId(annotations, permId, key):
dom = xml.dom.minidom.parseString(annotations) dom = xml.dom.minidom.parseString(annotations)
......
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