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

Changeset 4:144e9558d3fd (2018-08-14)
Previous changeset 3:df4c547b2533 (2017-04-10) Next changeset 5:f7ebd1b4783b (2018-09-15)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/uniprot_rest_interface commit 64c4336509437b9772df82a8b89046c9044b1ff5
modified:
uniprot.py
b
diff -r df4c547b2533 -r 144e9558d3fd uniprot.py
--- a/uniprot.py Mon Apr 10 13:24:24 2017 -0400
+++ b/uniprot.py Tue Aug 14 16:37:28 2018 -0400
b
@@ -13,7 +13,7 @@
 
 import requests
 
-url = 'http://www.uniprot.org/'
+url = 'https://www.uniprot.org/'
 
 
 def _retrieve(query, format='txt'):