view README.md @ 3:a1ef6c88ee37 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ebi_tools commit 31d1c92a4c12b6a78693dc5091a08536a075285e
author iuc
date Thu, 09 Feb 2017 12:02:47 -0500
parents e2e9fae080ad
children
line wrap: on
line source

EBI Search
==========

EBI Search is a tool to provide text search functionality and uniform access to resources and services hosted at the European Bioinformatics Institute.

As the possible options in EBI Search are numerous, the `macros.xml` for this wrapper with all options is automatically generated using [`ebeye_urllib3.py`](http://www.ebi.ac.uk/Tools/webservices/download_clients/python/urllib/ebeye_urllib3.py) tool from EBI and a Python script ([`generate_macros.py`](generate_macros.py)). 

For any change in the `macros.xml`, please change on [`generate_macros.py`](generate_macros.py) and regenerate the `macros.xml` with

```
$ conda env create -f environment.yml
$ source activate ebeye_urllib
(ebeye_urllib) $ python generate_macros.py
```