Mercurial > repos > iuc > ebi_search_rest_results
comparison README.md @ 0:bb7989bd88ba draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ebi_tools commit 7a9c88c1c80b80aaa63e55e9d9125b6a4dd695ac
author | iuc |
---|---|
date | Thu, 01 Dec 2016 15:28:20 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bb7989bd88ba |
---|---|
1 EBI Search | |
2 ========== | |
3 | |
4 EBI Search is a tool to provide text search functionality and uniform access to resources and services hosted at the European Bioinformatics Institute. | |
5 | |
6 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)). | |
7 | |
8 For any change in the `macros.xml`, please change on [`generate_macros.py`](generate_macros.py) and regenerate the `macros.xml` with | |
9 | |
10 ``` | |
11 $ conda env create -f environment.yml | |
12 $ source activate ebeye_urllib | |
13 (ebeye_urllib) $ python generate_macros.py | |
14 ``` |