Module 12
Pipeline thinking
Connecting steps into a workflow.
From input to output
A pipeline connects steps: read data, process it, analyze it, and output results. Each step feeds into the next.
Try it
Pipeline thinking
FASTA → read → validate → calculate → filter → table → plot → export. Each step is a function. Together they form a pipeline.