diff uniprot.py @ 4:ed07130fb07c 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:11 -0400
parents 357dc1f016f5
children 6e9fabe16b0c
line wrap: on
line diff
--- a/uniprot.py	Mon Apr 10 13:24:11 2017 -0400
+++ b/uniprot.py	Tue Aug 14 16:37:11 2018 -0400
@@ -13,7 +13,7 @@
 
 import requests
 
-url = 'http://www.uniprot.org/'
+url = 'https://www.uniprot.org/'
 
 
 def _retrieve(query, format='txt'):