Mercurial > repos > iuc > ebi_search_rest_results
diff ebeye_urllib.py @ 3:53f8cba16f61 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ebi_tools commit 19ea4feff5ccf3744c549b9a67259947a1cb90ba
author | iuc |
---|---|
date | Sat, 21 Jan 2017 14:37:27 -0500 |
parents | 8c590a6ac2d6 |
children | 27b671092ca2 |
line wrap: on
line diff
--- a/ebeye_urllib.py Fri Jan 20 03:41:10 2017 -0500 +++ b/ebeye_urllib.py Sat Jan 21 14:37:27 2017 -0500 @@ -5,19 +5,16 @@ # and distributed under the Apache License # ====================================================================== # Load libraries +import os import platform -import os +import re import urllib -import re +import urllib2 +from gzip import GzipFile from optparse import OptionParser -from gzip import GzipFile +from StringIO import StringIO + from xmltramp2 import xmltramp -# python2 -from StringIO import StringIO -import urllib2 -# python3 -# import urllib.request as urllib2 - # Service base URL baseUrl = 'http://www.ebi.ac.uk/ebisearch/ws/rest'