Skip to content

Internal Source Equal Sibling 2Fan

An internal source station feeds exactly two equal-sibling branches (same line, same downstream join). The source is centred between its two consumers, which straddle it symmetrically, rather than staying collinear with one branch while the other peels off (#1223).

Mermaid source
examples/topologies/internal_source_equal_sibling_2fan.mmd
%%metro title: Internal-source equal-sibling 2-fan
%%metro center_ports: true
graph LR
subgraph run_folder [Run Folder]
rundir_in[ ]
checkqc[CheckQC]
rundirparser[Rundirparser]
rundir_in -->|run_folder| checkqc
rundir_in -->|run_folder| rundirparser
end
subgraph sink [Aggregate]
out[MultiQC]
checkqc -->|run_folder| out
rundirparser -->|run_folder| out
end
CLI command
Terminal window
nf-metro render examples/topologies/internal_source_equal_sibling_2fan.mmd -o internal_source_equal_sibling_2fan.svg
Rendered map
Internal-source equal-sibling 2-fan 1 2 MultiQC CheckQC Rundirparser created with nf-metro v1.1.0+dev