Pipeline Guide

Pipelines allow users to separate steps of a workflow into reusable pieces, automate the start of subsequent steps, specify resources individually, and parallelize workflows by connecting Capsules. The Code Ocean user interface allows users to connect any number of Data Assets and Capsules in a drag-and-drop interface, while creating a Nextflow script in the background.

A strong understanding of Capsule creation and execution is crucial for constructing complex Pipelines. Refer to the Capsule Guide to learn about Capsule creation. Each Capsule in the Pipeline must have all changes committed and a Reproducible Run performed for it to be used in a Pipeline.

In this guide, you will learn about the following: