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.workflow.reports.generators package¶
Module containing Galaxy workflow report generator plugins.
-
class
galaxy.workflow.reports.generators.
WorkflowReportGeneratorPlugin
[source]¶ Bases:
object
-
plugin_type
¶ Short string labelling this plugin.
-
-
class
galaxy.workflow.reports.generators.
WorkflowMarkdownGeneratorPlugin
[source]¶ Bases:
galaxy.workflow.reports.generators.WorkflowReportGeneratorPlugin
WorkflowReportGeneratorPlugin that generates markdown as base report.
Submodules¶
galaxy.workflow.reports.generators.markdown module¶
The class defines the default stock Galaxy workflow reporting plugin
-
class
galaxy.workflow.reports.generators.markdown.
MarkdownWorkflowMarkdownReportGeneratorPlugin
[source]¶ Bases:
galaxy.workflow.reports.generators.WorkflowMarkdownGeneratorPlugin
-
plugin_type
= 'markdown'¶
-