changeset 8:af5eccf83605 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/uniprot_rest_interface commit c7bbf2c24b4ec988b287a474ece740456f12d9bc
author bgruening
date Mon, 21 Nov 2022 22:02:41 +0000
parents bfdc6a7ffd3a
children
files uniprot.py uniprot.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/uniprot.py	Thu Apr 22 17:32:16 2021 +0000
+++ b/uniprot.py	Mon Nov 21 22:02:41 2022 +0000
@@ -19,7 +19,7 @@
 
 
 DEFAULT_TIMEOUT = 5  # seconds
-URL = 'https://www.uniprot.org/'
+URL = 'https://legacy.uniprot.org/'
 
 retry_strategy = Retry(
     total=5,
--- a/uniprot.xml	Thu Apr 22 17:32:16 2021 +0000
+++ b/uniprot.xml	Mon Nov 21 22:02:41 2022 +0000
@@ -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>