Repository 'uniprot_rest_interface'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/uniprot_rest_interface

Changeset 8:af5eccf83605 (2022-11-21)
Previous changeset 7:bfdc6a7ffd3a (2021-04-22) Next changeset 9:468c71dac78a (2024-05-22)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/uniprot_rest_interface commit c7bbf2c24b4ec988b287a474ece740456f12d9bc
modified:
uniprot.py
uniprot.xml
b
diff -r bfdc6a7ffd3a -r af5eccf83605 uniprot.py
--- a/uniprot.py Thu Apr 22 17:32:16 2021 +0000
+++ b/uniprot.py Mon Nov 21 22:02:41 2022 +0000
b
@@ -19,7 +19,7 @@
 
 
 DEFAULT_TIMEOUT = 5  # seconds
-URL = 'https://www.uniprot.org/'
+URL = 'https://legacy.uniprot.org/'
 
 retry_strategy = Retry(
     total=5,
b
diff -r bfdc6a7ffd3a -r af5eccf83605 uniprot.xml
--- a/uniprot.xml Thu Apr 22 17:32:16 2021 +0000
+++ b/uniprot.xml Mon Nov 21 22:02:41 2022 +0000
b
@@ -1,4 +1,4 @@
-<tool id="uniprot" name="UniProt" version="0.3">
+<tool id="uniprot" name="UniProt" version="0.4">
     <description>ID mapping and retrieval</description>
     <macros>
          <import>macros.xml</import>