PT - JOURNAL ARTICLE AU - Brett K. Beaulieu-Jones AU - Casey S. Greene TI - Reproducible Computational Workflows with Continuous Analysis AID - 10.1101/056473 DP - 2016 Jan 01 TA - bioRxiv PG - 056473 4099 - http://biorxiv.org/content/early/2016/08/11/056473.short 4100 - http://biorxiv.org/content/early/2016/08/11/056473.full AB - Reproducing experiments is vital to science. Being able to replicate, validate and extend previous work also speeds new research projects. Reproducing computational biology experiments, which are scripted, should be straightforward. But reproducing such work remains challenging and time consuming. In the ideal world we would be able to quickly and easily rewind to the precise computing environment where results were generated. We would then be able to reproduce the original analysis or perform new analyses. We introduce a process termed “continuous analysis” which provides inherent reproducibility to computational research at a minimal cost to the researcher. Continuous analysis combines Docker, a container service similar to virtual machines, with continuous integration, a popular software development technique, to automatically re-run computational analysis whenever relevant changes are made to the source code. This allows results to be reproduced quickly, accurately and without needing to contact the original authors. Continuous analysis also provides an audit trail for analyses that use data with sharing restrictions. This allows reviewers, editors, and readers to verify reproducibility without manually downloading and rerunning any code. Example configurations are available at our online repository (https://github.com/greenelab/continuous_analysis).