X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fgo%2FGoXRef.java;h=794a5bec8690707640b5771f04a7b2ea2486fbed;hb=06b38f91bc061d8ab1dfea3b6238c94c95a30d26;hp=41a93055f17354dbc46293ce1405c5e2a82687ce;hpb=b568d2173eb55795647a68afc370aba0cb1170f2;p=jalview.git diff --git a/forester/java/src/org/forester/go/GoXRef.java b/forester/java/src/org/forester/go/GoXRef.java index 41a9305..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; @@ -47,6 +47,7 @@ public interface GoXRef extends Comparable { public static final String CORUM_STR = "CORUM"; public static final String UNIPATHWAY_STR = "UniPathway"; public static final String PO_STR = "PO"; + public static final String SABIO_RK_STR = "SABIO-RK"; public Type getType(); @@ -72,6 +73,8 @@ public interface GoXRef extends Comparable { NIF_SUBCELLULAR, CORUM, UNIPATHWAY, - PO; + PO, + SABIO_RK, + OTHER; } }