Mercurial > repos > gga > apollo_export
view README.rst @ 4:773ceae2c935 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit a3fcc5a9fa19ef4031b759e918c444fc7c186265
author | gga |
---|---|
date | Thu, 08 Feb 2018 11:35:18 -0500 |
parents | 4c038073549d |
children | 951ee6d268cb |
line wrap: on
line source
Galaxy-apollo ============= Galaxy tools to interface with Apollo The webapollo.py file is also `separately available <https://github.com/galaxy-genome-annotation/python-apollo>`__ as a pip-installable package. Dependencies ------------ You will need to install some python modules in the Galaxy virtualenv for these tools to be fully functional: .. code:: bash . /path/to/galaxy/.venv/bin/activate pip install future biopython bcbio-gff deactivate Environment ----------- The following environment variables must be set: +--------------------------------+-----------------------------------------------------------+ | ENV | Use | +================================+===========================================================+ | ``$GALAXY_WEBAPOLLO_URL`` | The URL at which Apollo is accessible, internal to Galaxy | | | and where the tools run. Must be absolute, with FQDN and | | | protocol. | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_WEBAPOLLO_USER`` | The admin user which Galaxy should use to talk to Apollo. | | | | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_WEBAPOLLO_PASSWORD`` | The password for the admin user. | | | | | | | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_WEBAPOLLO_EXT_URL`` | May be relative or absolute. | | | The external URL at which Apollo is accessible to end | | | users. | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_SHARED_DIR`` | Directory shared between Galaxy and Apollo, used to | | | exchange JBrowse instances. | +--------------------------------+-----------------------------------------------------------+ License ------- All python scripts, wrappers, and the webapollo.py are licensed under MIT license.