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
%%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| collectCLI command
nf-metro render examples/topologies/tb_bottom_entry_flow_start.mmd -o tb_bottom_entry_flow_start.svg