Mercurial > repos > gga > chado_organism_delete_all_organisms
view README.rst @ 7:8fa2f86a7735 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit f5c5d81fc9781371e12b91c0d609b9201587cda5
author | gga |
---|---|
date | Fri, 23 Nov 2018 11:03:34 -0500 |
parents | eabcd2a28184 |
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.