Uniprot is not actually a multi-acc capable source any more. see bug https://mantis...
[jalview.git] / 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