From 5c7ef5c5b65be30aebbc132324cef8e9e5b783c6 Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 26 May 2008 10:24:08 +0000 Subject: [PATCH] Uniprot is not actually a multi-acc capable source any more. see bug https://mantis.lifesci.dundee.ac.uk/view.php?id=32464 --- src/jalview/ws/dbsources/Uniprot.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jalview/ws/dbsources/Uniprot.java b/src/jalview/ws/dbsources/Uniprot.java index bc16a0f..8e7893f 100644 --- a/src/jalview/ws/dbsources/Uniprot.java +++ b/src/jalview/ws/dbsources/Uniprot.java @@ -40,7 +40,7 @@ public class Uniprot extends DbSourceProxyImpl implements DbSourceProxy super(); addDbSourceProperty(DBRefSource.SEQDB, DBRefSource.SEQDB); addDbSourceProperty(DBRefSource.PROTSEQDB); - addDbSourceProperty(DBRefSource.MULTIACC, new Integer(50)); +// addDbSourceProperty(DBRefSource.MULTIACC, new Integer(50)); } /* @@ -50,7 +50,7 @@ public class Uniprot extends DbSourceProxyImpl implements DbSourceProxy */ public String getAccessionSeparator() { - return ";"; + return null; // ";"; } /* -- 1.7.10.2