X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fgo%2FGoXRef.java;h=794a5bec8690707640b5771f04a7b2ea2486fbed;hb=248d79b589b1f461b2ca2aa77f2d6457d3f3cadf;hp=7f0a5e5e4505cddc7324eda0d0bb6910092d6268;hpb=f56cb8f21fffb174eed6b72ff016e1db2f69dcd4;p=jalview.git diff --git a/forester/java/src/org/forester/go/GoXRef.java b/forester/java/src/org/forester/go/GoXRef.java index 7f0a5e5..794a5be 100644 --- a/forester/java/src/org/forester/go/GoXRef.java +++ b/forester/java/src/org/forester/go/GoXRef.java @@ -21,7 +21,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.go; @@ -74,6 +74,7 @@ public interface GoXRef extends Comparable { CORUM, UNIPATHWAY, PO, - SABIO_RK; + SABIO_RK, + OTHER; } }