changeset 4:144e9558d3fd draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/uniprot_rest_interface commit 64c4336509437b9772df82a8b89046c9044b1ff5
author bgruening
date Tue, 14 Aug 2018 16:37:28 -0400
parents df4c547b2533
children f7ebd1b4783b
files uniprot.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/uniprot.py	Mon Apr 10 13:24:24 2017 -0400
+++ b/uniprot.py	Tue Aug 14 16:37:28 2018 -0400
@@ -13,7 +13,7 @@
 
 import requests
 
-url = 'http://www.uniprot.org/'
+url = 'https://www.uniprot.org/'
 
 
 def _retrieve(query, format='txt'):