Skip to content

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
examples/topologies/bundle_terminator_continuation.mmd
%%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
end
CLI command
Terminal window
nf-metro render examples/topologies/bundle_terminator_continuation.mmd -o bundle_terminator_continuation.svg
Rendered map
Bundle Terminator Continuation 1 FastQC Trim Align QC Main created with nf-metro v1.1.0+dev