Skip to content

Tb Bottom Entry Flow Start

A `%%metro direction: TB` section given `%%metro entry: bottom` whose consumer is the flow-start (top) station. The bottom entry is re-anchored to the top so the line enters beside its consumer and flows down, rather than running up through MultiQC to reach Collect and folding back (#885).

Mermaid source
examples/topologies/tb_bottom_entry_flow_start.mmd
%%metro title: TB Bottom Entry Flow Start
%%metro style: nfcore
%%metro line: reads | Reads | #1f77b4
graph LR
subgraph up [Up]
a[A]
b[B]
a -->|reads| b
end
subgraph qc [QC]
%%metro direction: TB
%%metro entry: bottom | reads
collect[Collect]
multiqc[MultiQC]
collect -->|reads| multiqc
end
b -->|reads| collect
CLI command
Terminal window
nf-metro render examples/topologies/tb_bottom_entry_flow_start.mmd -o tb_bottom_entry_flow_start.svg
Rendered map
TB Bottom Entry Flow Start 1 2 A Collect B MultiQC Reads created with nf-metro v1.1.0+dev