Skip to content

Tutorial on RNA seq pipeline

pveber edited this page Jun 24, 2017 · 1 revision

This is a step-by-step tutorial to start building and running workflows with bistro.It is assumed you completed the installation procedure and you have a functional OCaml environment. Writing bistro workflows requires only a few simple constructs of OCaml, and this tutorial will start providing them. We'll move on to the definition of workflows using predefined components in the next section, and show how to create new components in the final section.

Clone this wiki locally