Merge branch 'feature/JAL-984splitAdjuster' into releases/Release_2_10_4_Branch
[jalview.git] / src / jalview / ws / dbsources / RfamFull.java
index bc5a6c5..b2ca31a 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -41,10 +41,16 @@ public class RfamFull extends Rfam
   @Override
   protected String getXFAMURL()
   {
-    return "http://rfam.xfam.org/family/alignment/download/format?alnType=full&nseLabels=0&format=stockholm&acc=";
+    return "http://rfam.xfam.org/family/";
 
   }
 
+  @Override
+  public String getXFAMURLSUFFIX()
+  {
+    return "/alignment/full";
+  }
+
   /*
    * (non-Javadoc)
    *