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.actions package

Submodules

galaxy.actions.admin module

Contains administrative functions

class galaxy.actions.admin.AdminActions[source]

Bases: object

Mixin for controllers that provide administrative functionality.

galaxy.actions.library module

Contains library functions

galaxy.actions.library.validate_server_directory_upload(trans, server_dir)[source]
galaxy.actions.library.validate_path_upload(trans)[source]
class galaxy.actions.library.LibraryActions[source]

Bases: object

Mixin for controllers that provide library functionality.