git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96c7cb
)
JAL-2312 Bug fix for repeated mapping generation from SIFTS when heuristic identifica...
author
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Thu, 3 Nov 2016 16:47:18 +0000
(16:47 +0000)
committer
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Thu, 3 Nov 2016 16:47:18 +0000
(16:47 +0000)
src/jalview/ws/sifts/SiftsClient.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/sifts/SiftsClient.java
b/src/jalview/ws/sifts/SiftsClient.java
index
acca50f
..
83af0e0
100644
(file)
--- a/
src/jalview/ws/sifts/SiftsClient.java
+++ b/
src/jalview/ws/sifts/SiftsClient.java
@@
-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))