JAL-4026 if relative path in recently opened exists from PWD, use it.
[jalview.git] / src / jalview / ws / dbsources / Rfam.java
index 04b3669..12f2d27 100644 (file)
@@ -35,11 +35,13 @@ abstract public class Rfam extends Xfam
 {
   static final String RFAM_BASEURL_KEY = "RFAM_BASEURL";
 
-  private static final String DEFAULT_RFAM_BASEURL = "https://rfam.xfam.org";
+  private static final String DEFAULT_RFAM_BASEURL = "https://rfam.org";
 
-  static {
+  static
+  {
     Platform.addJ2SDirectDatabaseCall(DEFAULT_RFAM_BASEURL);
   }
+
   /*
    * append to URLs to retrieve as a gzipped file
    */