JAL-2312 Bug fix for repeated mapping generation from SIFTS when heuristic identifica...
[jalview.git] / 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))