Pipeline Guide

This guide introduces the Code Ocean pipeline feature. The Getting started section covers how to create a pipeline in 5 minutes. Each component of the pipeline is explained separately.

About Code Ocean Pipelines

The pipelines tool allows users to connect multiple capsules in a drag-and-drop interface that any collaborator can use. This is a new and seamless experience of building, testing and running pipelines of capsules without writing NextFlow and without knowing AWS Batch.

This feature provides:

  • An easy way to configure parallel computing and memory requirements for each step in the pipeline.

  • The ability to swap capsules or adjust parameters within individual capsules if a different methodology is needed at any step.

  • Automatic generation of Nextflow scripts to run the pipeline you create.

In this guide, you will learn the following:

Last updated