From 2af0eeb66b17ef94432816233efce4f976f82517 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Tue, 15 Jul 2014 20:46:26 +0000 Subject: [PATCH] janiela -> xfam --- .../src/org/forester/archaeopteryx/webservices/WebserviceUtil.java | 2 +- forester/java/src/org/forester/surfacing/SurfacingConstants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forester/java/src/org/forester/archaeopteryx/webservices/WebserviceUtil.java b/forester/java/src/org/forester/archaeopteryx/webservices/WebserviceUtil.java index e56eb9f..7e41515 100644 --- a/forester/java/src/org/forester/archaeopteryx/webservices/WebserviceUtil.java +++ b/forester/java/src/org/forester/archaeopteryx/webservices/WebserviceUtil.java @@ -45,7 +45,7 @@ public final class WebserviceUtil { public static final String PFAM_INST = "pfam"; public static final String PFAM_NAME = "Pfam"; - public static final String PFAM_SERVER = "http://pfam.janelia.org"; + public static final String PFAM_SERVER = "http://pfam.xfam.org"; public static final String TOL_NAME = "Tree of Life (ToL)"; public static final String TOL_URL_BASE = "http://tolweb.org/onlinecontributors/app?service=external&page=xml/TreeStructureService&node_id="; public static final String TOL_WEBSERVER = TOL_URL_BASE diff --git a/forester/java/src/org/forester/surfacing/SurfacingConstants.java b/forester/java/src/org/forester/surfacing/SurfacingConstants.java index 697c84e..f423867 100644 --- a/forester/java/src/org/forester/surfacing/SurfacingConstants.java +++ b/forester/java/src/org/forester/surfacing/SurfacingConstants.java @@ -37,7 +37,7 @@ 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; -- 1.7.10.2