1. What contributions have the authors mentioned in the paper "Cgat-core: a python framework for building scalable, reproducible computational biology workflows [version 1; peer review: 1 approved, 1 approved with reservations]" ?
To illustrate their workflow framework, the authors present a pipeline for the analysis of RNAseq data using pseudo-alignment.
read more
2. What is the main reason why CGAT-core is open source?
The ease of pipeline development enables CGAT-core to bridge the gap between exploratory data analysis and building production workflows.
read more
3. What are the main features of CGAT-core?
CGAT-core workflows are Python scripts, and as such are stand-alone command line utilities that do not require the installation of a dedicated service.
read more
4. What are the utility functions for CGAT-core?
In order to reproducibly execute their workflows, the authors provide utility functions for argument parsing, logging and record keeping within scripts (cgatcore. experiment).
read more