X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fsurfacing%2FSurfacingConstants.java;h=f423867181764fa0192828c4d58eee9e405f32e8;hb=b528989f688291ba7615867e5322090ec42096d8;hp=aa588a0711c8afb6f9726ec0b7dd457ad30366e0;hpb=1cc7085032221eb6dea3ceeacc34ed710cf18318;p=jalview.git diff --git a/forester/java/src/org/forester/surfacing/SurfacingConstants.java b/forester/java/src/org/forester/surfacing/SurfacingConstants.java index aa588a0..f423867 100644 --- a/forester/java/src/org/forester/surfacing/SurfacingConstants.java +++ b/forester/java/src/org/forester/surfacing/SurfacingConstants.java @@ -37,9 +37,9 @@ public class SurfacingConstants { public static final String GOOGLE_WEB_SEARCH_LINK = "http://www.google.com/search?q="; public static final String NL = ForesterUtil.LINE_SEPARATOR; public static final String NONE = "[none]"; - public static final String PFAM_FAMILY_ID_LINK = "http://pfam.janelia.org/family/"; + public static final String PFAM_FAMILY_ID_LINK = "http://pfam.xfam.org/family/"; public static final String UNIPROT_TAXONOMY_ID_LINK = "http://www.uniprot.org/taxonomy/"; + static final boolean PRINT_MORE_DOM_SIMILARITY_INFO = false; static final boolean SECONDARY_FEATURES_ARE_SCOP = true; static final String SECONDARY_FEATURES_SCOP_LINK = "http://scop.mrc-lmb.cam.ac.uk/scop/search.cgi?key="; - static final boolean PRINT_MORE_DOM_SIMILARITY_INFO = false; }