Mercurial > repos > gga > apollo_delete_features
view README.rst @ 4:40b26f8269a3 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 70fbb41d4c6b0a08a7bed4849a5ae7c865e1ab1e
author | gga |
---|---|
date | Mon, 12 Mar 2018 06:33:27 -0400 |
parents | be58110ebfb3 |
children | df0e4eb2dfa5 |
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 six 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.