Skip to content

AndreasHeger/CGATReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

681e198 · Apr 16, 2020
Apr 16, 2020
Mar 2, 2020
Sep 18, 2014
Apr 27, 2018
Apr 27, 2018
Mar 10, 2017
Aug 22, 2014
May 18, 2009
Jul 21, 2009
Nov 8, 2016
May 18, 2009
May 18, 2009
Nov 23, 2015
Feb 25, 2017
Mar 23, 2013
Sep 8, 2014
Apr 9, 2010
May 18, 2009
May 18, 2009
Apr 16, 2020
Nov 23, 2016
Aug 3, 2018
May 15, 2019
Jan 14, 2011
Jan 14, 2019
Jan 30, 2017

Repository files navigation

CGATReport

CGATReport is a report generator that is implemented as an extension to sphinx.

Its purpose is to facilitate writing scientific reports interpreting large and changing datasets. It is designed to assist the iterative analysis during the development of a computational scientific pipeline as understanding of the data grows. Once the pipeline settles down, CGATReport permits an easy transition towards the automatic report generation needed when the pipeline is run on new data sets.

CGATReport is easy to use and powerful enough to give all the flexibility needed during the development of computational pipelines and robustness during the production use of a pipeline. It is intended for developers and computational scientists with python scripting experience.

CGATReport comes with all the batteries included thanks to python and sphinx, in particular, it

  • uses simple markup in the form of restructured text,
  • supports both automated and narrative analysis,
  • keeps code, data and text together,
  • takes care of indexing and formatting to produce something presentable,
  • links with ipython notebooks
  • produces static html, latex, ps and pdf.

Documentation

Documentation is available here.

Some quick links are below:

Installation

CGATReport is available on pypi, to install, type:

pip install CGATReport

CGATReport is under active development, the lastest development snapshot can be found ot github:

git clone [email protected]:AndreasHeger/CGATReport.git