Fixed to trial registry at the moment
authoramwaterhouse <Andrew Waterhouse>
Thu, 15 Jun 2006 14:19:06 +0000 (14:19 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 15 Jun 2006 14:19:06 +0000 (14:19 +0000)
src/jalview/io/DasSequenceFeatureFetcher.java

index 0c9681a..a420afa 100755 (executable)
@@ -305,8 +305,10 @@ public class DasSequenceFeatureFetcher implements Runnable
   {\r
     DasSourceReaderImpl reader = new DasSourceReaderImpl();\r
 \r
-    String registryURL = jalview.bin.Cache.getDefault("DAS_REGISTRY_URL",\r
-        "http://servlet.sanger.ac.uk/dasregistry/services/das_registry");\r
+    String registryURL = //jalview.bin.Cache.getDefault("DAS_REGISTRY_URL",\r
+       // "http://servlet.sanger.ac.uk/dasregistry/services/das_registry"\r
+        "http://www.spice-3d.org/dasregistry/das1/sources";\r
+     //  );\r
 \r
     try\r
     {\r
@@ -327,7 +329,6 @@ public class DasSequenceFeatureFetcher implements Runnable
             das1sources.add(d1s);\r
           }\r
 \r
-          //\r
         }\r
         else if (ds instanceof Das1Source)\r
         {\r