Merge branch 'documentation/JAL-2675_release2102b1' into feature/JAL-2611
[jalview.git] / src / jalview / ws / dbsources / RfamSeed.java
index 580ebe2..f714547 100644 (file)
@@ -42,14 +42,13 @@ public class RfamSeed extends Rfam
   protected String getXFAMURL()
   {
     return "http://rfam.xfam.org/family/";
-    // Janelia Farms url
-    // "http://rfam.janelia.org/cgi-bin/getalignment?type=seed&fmt=stockholm&acc=";
   }
 
   @Override
   public String getXFAMURLSUFFIX()
   {
-    return "/alignment";
+    // to download gzipped file add '?gzip=1'
+    return "/alignment/stockholm";
   }
 
   /*