From a2dab8bf413e80b4755e1c074fabc016e27d8cbc Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 26 May 2015 13:46:07 +0000
Subject: [PATCH] SSDM-1922: CORE - YEASTLAB: Delete repeated annotations

SVN: 34034
---
 .../1/dss/drop-boxes/stellingconsistency/consistency.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
index 81827ef3a74..a90da9a941e 100644
--- a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
+++ b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
@@ -286,7 +286,7 @@ def isChild(sample, identifier):
     
 def getAnnotationsRootNodeFromSample(sample):
     annotations = sample.getPropertyValue("ANNOTATIONS_STATE")
-    if '<root>' in annotations:
+    if '<root' in annotations:
         try:
             return ET.fromstring(annotations)
         except Exception:
-- 
GitLab