DockFlow

About DockFlow


We have accumulated numerous excellent software packages for analyzing large-scale biomedical data on the way to delivering on the promise of human genomics. Written as R Markdown documents, Bioconductor workflows illustrated the feasibility of organizing and demonstrating such software collections in a reproducible and human-readable way.

Moving forward, how to implement fully automatic workflow execution and persistently reproducible report compilation on an industrial-scale becomes challenging from the engineering perspective. For example, the software tools across workflows usually require drastically different system dependencies and execution environments and thus need to be isolated completely.

DockFlow is a proof-of-concept project exploring the technical possibility and complexity for bioinformatics workflow containerization and orchestration using Docker. As our first experiment, all 18 available Bioconductor workflows were selected to be containerized. With the help of our R package liftr, we show it is possible to achieve the goal of persistent reproducible workflow containerization by simply creating and managing a YAML configuration file for each workflow.

Poster


The DockFlow project was first presented at the BioC 2017 conference on July 27, 2017.

Download our poster here.

Interested in contributing?


Please send your pull requests or issues to the DockFlow project on GitHub.

To contact the author, please send an email to me@nanx.me.