JAL-4369 use rest.uniprot.org as fetch domain
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 9 Jan 2024 18:36:12 +0000 (18:36 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 23 Jan 2024 13:42:52 +0000 (13:42 +0000)
t pu# Please enter the commit message for your changes. Lines starting

src/jalview/ws/dbsources/Uniprot.java

index 69ee379..3a4aaf8 100644 (file)
@@ -68,7 +68,7 @@ import jalview.xml.binding.uniprot.PropertyType;
  */
 public class Uniprot extends DbSourceProxyImpl
 {
-  private static final String DEFAULT_UNIPROT_DOMAIN = "https://www.uniprot.org";
+  private static final String DEFAULT_UNIPROT_DOMAIN = "https://rest.uniprot.org";
 
   private static final String BAR_DELIMITER = "|";