Bundle Terminator Continuation
A two-line bundle enters a station where one line terminates while the other continues to a single successor. The successor holds the trunk row rather than dropping to its own line base, so the chain runs flat instead of dipping into a V-kink before the section exit.
Mermaid source
%%metro title: Bundle Terminator Continuation%%metro style: dark%%metro line: qc | QC | #2dd4bf%%metro line: main | Main | #c792ea
graph LR subgraph proc [Processing] fastqc[FastQC] trim[Trim] align[Align] fastqc -->|qc,main| trim trim -->|main| align endCLI command
nf-metro render examples/topologies/bundle_terminator_continuation.mmd -o bundle_terminator_continuation.svg