diff get_genetree.py @ 6:0618e3bd5138 draft

"planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/Ensembl-REST commit 17c65045b726d0695814bfe761e534f6521786f1"
author earlhaminst
date Tue, 20 Oct 2020 15:06:37 +0000
parents 675fd774314e
children
line wrap: on
line diff
--- a/get_genetree.py	Thu Oct 31 07:49:30 2019 -0400
+++ b/get_genetree.py	Tue Oct 20 15:06:37 2020 +0000
@@ -31,7 +31,7 @@
 if options.input is None:
     raise Exception('-i option must be specified')
 
-server = 'http://rest.ensembl.org'
+server = 'https://rest.ensembl.org'
 
 if options.id_type == 'gene_id':
     ext = 'genetree/member/id'