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