From: jprocter Date: Mon, 26 May 2008 10:24:08 +0000 (+0000) Subject: Uniprot is not actually a multi-acc capable source any more. see bug https://mantis... X-Git-Tag: Release_2_4~95 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5c7ef5c5b65be30aebbc132324cef8e9e5b783c6;p=jalview.git Uniprot is not actually a multi-acc capable source any more. see bug https://mantis.lifesci.dundee.ac.uk/view.php?id=32464 --- 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; // ";"; } /*