From: hansonr Date: Sun, 6 Oct 2019 19:03:21 +0000 (+0200) Subject: JAL-2114 just noting where the exo-location error presents itself. X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=b4199c5577be920e59ef9d42966a1811043a462a;hp=02028a530f7dc72a8a2a873222350b58b39275ba JAL-2114 just noting where the exo-location error presents itself. --- 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)