Warning

This document is for an old release 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_cloudbridge()[source]
check_docker()[source]
check_drmaa()[source]
check_fluent_logger()[source]
check_kamaki()[source]
check_mysql_python()[source]
check_pbs_python()[source]
check_psycopg2_binary()[source]
check_pygments()[source]
check_python_ldap()[source]
check_python_openid()[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]