Skip to content
Snippets Groups Projects
Commit 4e9c7f80 authored by juanf's avatar juanf
Browse files

SSDM-1728: YeastLab Data Curation - Report

SVN: 33822
parent fa025f68
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,8 @@ def process(tr):
def verify(tr, sample):
annotationsRoot = getAnnotationsRootNodeFromSample(sample)
requiredAnnotationsFound = getRequiredAnnotations(sample)
#1. Delete annotations and parent to be added
#1.Annotations hierarchy
if annotationsRoot is not None:
for annotation in annotationsRoot:
......
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