JAL-2312 Bug fix for repeated mapping generation from SIFTS when heuristic identifica...
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 3 Nov 2016 16:47:18 +0000 (16:47 +0000)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 3 Nov 2016 16:47:18 +0000 (16:47 +0000)
src/jalview/ws/sifts/SiftsClient.java

index acca50f..83af0e0 100644 (file)
@@ -826,6 +826,10 @@ public class SiftsClient implements SiftsClientI
 
     if (sPojo[0].entityId != null)
     {
+      if (sPojo[0].pid < 1)
+      {
+        return null;
+      }
       for (Entity entity : entities)
       {
         if (!entity.getEntityId().equalsIgnoreCase(sPojo[0].entityId))