Uniprot is not actually a multi-acc capable source any more. see bug https://mantis...
authorjprocter <Jim Procter>
Mon, 26 May 2008 10:24:08 +0000 (10:24 +0000)
committerjprocter <Jim Procter>
Mon, 26 May 2008 10:24:08 +0000 (10:24 +0000)
src/jalview/ws/dbsources/Uniprot.java

index bc16a0f..8e7893f 100644 (file)
@@ -40,7 +40,7 @@ public class Uniprot extends DbSourceProxyImpl implements DbSourceProxy
     super();\r
     addDbSourceProperty(DBRefSource.SEQDB, DBRefSource.SEQDB);\r
     addDbSourceProperty(DBRefSource.PROTSEQDB);\r
-    addDbSourceProperty(DBRefSource.MULTIACC, new Integer(50));\r
+//    addDbSourceProperty(DBRefSource.MULTIACC, new Integer(50));\r
   }\r
 \r
   /*\r
@@ -50,7 +50,7 @@ public class Uniprot extends DbSourceProxyImpl implements DbSourceProxy
    */\r
   public String getAccessionSeparator()\r
   {\r
-    return ";";\r
+    return null; // ";";\r
   }\r
 \r
   /*\r