From b4199c5577be920e59ef9d42966a1811043a462a Mon Sep 17 00:00:00 2001 From: hansonr Date: Sun, 6 Oct 2019 21:03:21 +0200 Subject: [PATCH 1/1] JAL-2114 just noting where the exo-location error presents itself. --- src/jalview/ws/dbsources/EmblXmlSource.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jalview/ws/dbsources/EmblXmlSource.java b/src/jalview/ws/dbsources/EmblXmlSource.java index 668aab5..b03fc71 100644 --- a/src/jalview/ws/dbsources/EmblXmlSource.java +++ b/src/jalview/ws/dbsources/EmblXmlSource.java @@ -40,7 +40,6 @@ import jalview.ws.ebi.EBIFetchClient; import jalview.xml.binding.embl.EntryType; import jalview.xml.binding.embl.EntryType.Feature; import jalview.xml.binding.embl.EntryType.Feature.Qualifier; -import jalview.xml.binding.jalview.JalviewModel; import jalview.xml.binding.embl.ROOT; import jalview.xml.binding.embl.XrefType; @@ -653,6 +652,8 @@ public abstract class EmblXmlSource extends EbiFileRetrievedProxy try { + // BH 2019.10.06 note: exo-location of "X53828.1:60..1058" causes + // RemoteFormatTest to fail at this point. List ranges = DnaUtils.parseLocation(location); return listToArray(ranges); } catch (ParseException e) -- 1.7.10.2