Mercurial > repos > gga > chado_expression_delete_all_biomaterials
view README.rst @ 3:c0e26f41c44e draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit f6b1d17247047ed5c7701f81d546fb41eb5e2ac8
author | gga |
---|---|
date | Thu, 24 Jan 2019 03:18:46 -0500 |
parents | db7db54dd2d8 |
children |
line wrap: on
line source
Galaxy-chado ============= Galaxy tools to interface with Tripal using python-chado 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 chado deactivate Environment ----------- The following environment variables must be set: +--------------------------------+-----------------------------------------------------------+ | ENV | Use | +================================+===========================================================+ | ``$GALAXY_CHADO_DBHOST`` | Host of the Chado database | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_CHADO_DBNAME`` | Name of the Chado database | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_CHADO_DBUSER`` | Username to connect to the database | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_CHADO_DBPASS`` | Password to connect to the database | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_CHADO_DBSCHEMA`` | Database schema. | +--------------------------------+-----------------------------------------------------------+ | ``$GALAXY_CHADO_DBPORT`` | Port of the Chado database | +--------------------------------+-----------------------------------------------------------+ License ------- All python scripts and wrappers are licensed under MIT license.