X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fgo%2FGoXRef.java;h=7f0a5e5e4505cddc7324eda0d0bb6910092d6268;hb=18cc8f6f4f18effd5659b94bebf9308ae92eb642;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..7f0a5e5 100644 --- a/forester/java/src/org/forester/go/GoXRef.java +++ b/forester/java/src/org/forester/go/GoXRef.java @@ -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,7 @@ public interface GoXRef extends Comparable { NIF_SUBCELLULAR, CORUM, UNIPATHWAY, - PO; + PO, + SABIO_RK; } }