From ba5aedd7caa48f827e7a4d9e4b8cf891ddee2e05 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Fri, 14 Nov 2014 13:25:20 +0000 Subject: [PATCH] SSDM-983 : PAPER - Annotations on Batch Import SVN: 32826 --- .../source/core-plugins/newbrowser/1/compatibility/managed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmid/source/core-plugins/newbrowser/1/compatibility/managed.py b/plasmid/source/core-plugins/newbrowser/1/compatibility/managed.py index e97ae2c28a7..704424c531d 100644 --- a/plasmid/source/core-plugins/newbrowser/1/compatibility/managed.py +++ b/plasmid/source/core-plugins/newbrowser/1/compatibility/managed.py @@ -219,7 +219,7 @@ def updateFromBatchInput(bindings): for annotableSampleType in getAllAnnotableSampleTypesForType(annotableType): annotatedSamples = bindings.get(annotableSampleType) if annotatedSamples != None and annotatedSamples != "": - for sampleLine in annotatedSamples.splitlines(): + for sampleLine in annotatedSamples.split("\""): foundIdentifier = False propertyTypes = getPropertyTypesForSampleTypeFromAnnotableType(annotableSampleType, annotableType) sampleLink = None -- GitLab