demo_sequencer Package¶
demo_sequencer Package¶
The Galaxy Demo Sequencer Emulator application.
app Module¶
buildapp Module¶
Provides factory methods to assemble the Galaxy web application
-
galaxy.webapps.demo_sequencer.buildapp.add_ui_controllers(webapp, app)[source]¶ Search for controllers in the ‘galaxy.webapps.demo_sequencer.controllers’ directory and add them to the webapp.
-
galaxy.webapps.demo_sequencer.buildapp.app_factory(global_conf, **kwargs)[source]¶ Return a wsgi application serving the root object
-
galaxy.webapps.demo_sequencer.buildapp.build_template_error_formatters()[source]¶ Build a list of template error formatters for WebError. When an error occurs, WebError pass the exception to each function in this list until one returns a value, which will be displayed on the error page.
config Module¶
Universe configuration builder.
-
exception
galaxy.webapps.demo_sequencer.config.ConfigurationError[source]¶ Bases:
exceptions.Exception