Skip to content

Wrapped Label Trunk

A wrapped station label on a lower track whose block would grow into the metro line on the track above; the label is pulled back to its un-pushed anchor so the name clears the line.

Mermaid source
examples/topologies/wrapped_label_trunk.mmd
%%metro title: Wrapped label overlaps track above
%%metro line: qc | Quality control | #f0a000 | solid
%%metro line: align | Alignment | #3a86ff | solid
%%metro line: quant | Quantification | #2bb673 | solid
graph LR
input[Samplesheet] -->|qc,align,quant| trim[Trim Galore]
trim -->|qc| fastqc[FastQC]
trim -->|align,quant| index[Genome index]
index -->|align| star[STAR]
star -->|align| sort[Samtools sort]
index -->|quant| salmon[Salmon]
fastqc -->|qc| multiqc[MultiQC]
sort -->|align| multiqc
salmon -->|quant| multiqc
CLI command
Terminal window
nf-metro render examples/topologies/wrapped_label_trunk.mmd -o wrapped_label_trunk.svg
Rendered map
Wrapped label overlaps track above Samplesheet Trim Galore FastQC Genome index STAR Salmon Samtoolssort MultiQC Quality control Alignment Quantification created with nf-metro v1.1.0+dev