[CGATReport.plugins]
bokeh = CGATReportPlugins.BokehPlugin:BokehPlugin
html = CGATReportPlugins.HTMLPlugin:HTMLPlugin
matplotlib = CGATReportPlugins.MatplotlibPlugin:MatplotlibPlugin
render-b-line-plot = CGATReportPlugins.BokehPlotter:LinePlot
render-bar-plot = CGATReportPlugins.Plotter:BarPlot
render-box-plot = CGATReportPlugins.Seaborn:BoxPlot
render-dataframe = CGATReportPlugins.Renderer:DataFrame
render-debug = CGATReportPlugins.Renderer:Debug
render-density-plot = CGATReportPlugins.Seaborn:KdePlot
render-gallery-plot = CGATReportPlugins.Plotter:GalleryPlot
render-ggplot = CGATReportPlugins.GGPlotter:GGPlot
render-glossary-table = CGATReportPlugins.Renderer:GlossaryTable
render-hinton-plot = CGATReportPlugins.Plotter:HintonPlot
render-histogram-plot = CGATReportPlugins.Plotter:HistogramPlot
render-html-table = CGATReportPlugins.Renderer:HTMLTable
render-interleaved-bar-plot = CGATReportPlugins.Plotter:InterleavedBarPlot
render-line-plot = CGATReportPlugins.Plotter:LinePlot
render-matrix = CGATReportPlugins.Renderer:TableMatrix
render-matrix-plot = CGATReportPlugins.Plotter:TableMatrixPlot
render-matrixNP = CGATReportPlugins.Renderer:NumpyMatrix
render-matrixNP-plot = CGATReportPlugins.Plotter:NumpyMatrixPlot
render-pdplot = CGATReportPlugins.PandasPlotter:PandasPlot
render-pie-plot = CGATReportPlugins.Plotter:PiePlot
render-r-box-plot = CGATReportPlugins.RPlotter:BoxPlot
render-r-ggplot = CGATReportPlugins.RPlotter:GGPlot
render-r-heatmap-plot = CGATReportPlugins.RPlotter:HeatmapPlot
render-r-line-plot = CGATReportPlugins.RPlotter:LinePlot
render-r-smooth-scatter-plot = CGATReportPlugins.RPlotter:SmoothScatterPlot
render-rst-table = CGATReportPlugins.Renderer:RstTable
render-sb-box-plot = CGATReportPlugins.Seaborn:BoxPlot
render-sb-clustermap-plot = CGATReportPlugins.Seaborn:ClustermapPlot
render-sb-dist-plot = CGATReportPlugins.Seaborn:DistPlot
render-sb-heatmap-plot = CGATReportPlugins.Seaborn:HeatmapPlot
render-sb-kde-plot = CGATReportPlugins.Seaborn:KdePlot
render-sb-pair-plot = CGATReportPlugins.Seaborn:PairPlot
render-sb-violin-plot = CGATReportPlugins.Seaborn:ViolinPlot
render-scatter-plot = CGATReportPlugins.Plotter:ScatterPlot
render-scatter-rainbow-plot = CGATReportPlugins.Plotter:ScatterPlotWithColor
render-slideshow-plot = CGATReportPlugins.SlideShow:SlideShowPlot
render-stacked-bar-plot = CGATReportPlugins.Plotter:StackedBarPlot
render-status = CGATReportPlugins.Renderer:Status
render-table = CGATReportPlugins.Renderer:Table
render-user = CGATReportPlugins.Renderer:User
render-venn-plot = CGATReportPlugins.Plotter:VennPlot
render-violin-plot = CGATReportPlugins.Seaborn:ViolinPlot
render-xls-table = CGATReportPlugins.Renderer:XlsTable
rplot = CGATReportPlugins.RPlotPlugin:RPlotPlugin
rst = CGATReportPlugins.RSTPlugin:RSTPlugin
transform-aggregate = CGATReportPlugins.Transformer:TransformerAggregate
transform-contingency = CGATReportPlugins.Transformer:TransformerContingency
transform-correlation = CGATReportPlugins.Transformer:TransformerCorrelationPearson
transform-filter = CGATReportPlugins.Transformer:TransformerFilter
transform-histogram = CGATReportPlugins.Transformer:TransformerHistogram
transform-hypergeometric = CGATReportPlugins.TransformersGeneLists:TransformerHypergeometric
transform-melt = CGATReportPlugins.Transformer:TransformerMelt
transform-odds-ratio = CGATReportPlugins.TransformersGeneLists:TransformerOddsRatio
transform-p-adjust = CGATReportPlugins.TransformersGeneLists:TransformerMultiTest
transform-pandas = CGATReportPlugins.Transformer:TransformerPandas
transform-pearson = CGATReportPlugins.Transformer:TransformerCorrelationPearson
transform-pivot = CGATReportPlugins.Transformer:TransformerPivot
transform-spearman = CGATReportPlugins.Transformer:TransformerCorrelationSpearman
transform-stats = CGATReportPlugins.Transformer:TransformerStats
transform-test-mwu = CGATReportPlugins.Transformer:TransformerMannWhitneyU
transform-venn = CGATReportPlugins.TransformersGeneLists:TransformerVenn
xls = CGATReportPlugins.XLSPlugin:XLSPlugin

[console_scripts]
cgatreport-build = CGATReport.build:main
cgatreport-clean = CGATReport.clean:main
cgatreport-get = CGATReport.get:main
cgatreport-profile = CGATReport.profile:main
cgatreport-quickstart = CGATReport.quickstart:main
cgatreport-serve = CGATReport.serve:main
cgatreport-test = CGATReport.test:main

[distutils.commands]
build_sphinx = cgatreport.setup_command:BuildDoc

