JAL-2885 uniprot now https, uniprot/ensembl/pfam/xfam configurable
[jalview.git] / src / jalview / ws / dbsources / PfamFull.java
index 3c5373d..0600427 100644 (file)
@@ -31,15 +31,10 @@ public class PfamFull extends Pfam
     super();
   }
 
-  /*
-   * (non-Javadoc)
-   * 
-   * @see jalview.ws.dbsources.Pfam#getPFAMURL()
-   */
   @Override
-  protected String getXFAMURL()
+  public String getURLSuffix()
   {
-    return "http://pfam.xfam.org/family/alignment/download/format?alnType=full&format=stockholm&order=t&case=l&gaps=default&entry=";
+    return "/alignment/full";
   }
 
   /*