Warning

This document is for an in-development version of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

galaxy.dependencies package

Determine what optional dependencies are needed.

class galaxy.dependencies.ConditionalDependencies(config_file)[source]

Bases: object

__init__(config_file)[source]
check(name)[source]
check_azure_storage()[source]
check_chronos_python()[source]
check_docker()[source]
check_drmaa()[source]
check_fluent_logger()[source]
check_galaxycloudrunner()[source]
check_influxdb()[source]
check_kamaki()[source]
check_mysqlclient()[source]
check_pbs_python()[source]
check_psycopg2_binary()[source]
check_pygithub()[source]
check_pykube()[source]
check_python_gitlab()[source]
check_python_ldap()[source]
check_python_pam()[source]
check_raven()[source]
check_statsd()[source]
check_watchdog()[source]
check_weberror()[source]
get_conditional_requirements()[source]
parse_configs()[source]
galaxy.dependencies.optional(config_file=None)[source]