Overview

Give an overview of what your pipeline does.

Mermaid flowchart diagrams are an excellent way to communicate what your workflow does.

flowchart LR
    qc[Quality Control] ==> processing[Data processing]
    processing ==> analysis[Analysis]
    analysis ==> reports[Reporting]

If your workflow can be used in multiple ways, Metro maps, such as those used across nf-core are an effective way to communicate those paths.