#This is an annotation from a parent, this is by default correct and don't needs further inspection.
#This is an annotation from a parent, this is by default correct and don't needs further inspection.
...
@@ -110,10 +116,27 @@ def verify(tr, sample):
...
@@ -110,10 +116,27 @@ def verify(tr, sample):
log("MANUAL-FIX","CASE 2 - THE ANNOTATED SAMPLE IS NOT ANNOTATED WHERE IT SHOULD - FOR SAMPLE: "+sample.getSampleIdentifier()+" ANNOTATION: "+annotatedSampleIdentifier+" NOT AT "+foundAncestor.getSampleIdentifier());
log("MANUAL-FIX","CASE 2 - THE ANNOTATED SAMPLE IS NOT ANNOTATED WHERE IT SHOULD - FOR SAMPLE: "+sample.getSampleIdentifier()+" ANNOTATION: "+annotatedSampleIdentifier+" NOT AT "+foundAncestor.getSampleIdentifier());
exceptException,err:
exceptException,err:
log("ERROR","PROCESSING ANNOTATIONS XML CHILD "+sample.getSampleIdentifier()+" ERR: "+str(err));
log("ERROR","PROCESSING ANNOTATIONS XML CHILD "+sample.getSampleIdentifier()+" ERR: "+str(err));
#2.Missing Annotations
#2.Missing Parents Annotations
forparentIdentifierinrequiredAnnotationsFound:
forparentIdentifierinrequiredAnnotationsFound:
ifnotrequiredAnnotationsFound[parentIdentifier]:
ifnotrequiredAnnotationsFound[parentIdentifier]:
log("MANUAL-FIX","CASE 4 - MISSING ANNOTATIONS ON SAMPLE: "+sample.getSampleIdentifier()+" FOR PARENT:"+parentIdentifier);
log("MANUAL-FIX","CASE 4 - MISSING ANNOTATIONS ON SAMPLE: "+sample.getSampleIdentifier()+" FOR PARENT:"+parentIdentifier);