Post Convergence Trunk
Two stacked inputs converge on a station inside one LR section. The merge station's single linear successor continues flat on the merge row rather than dropping back onto one of the incoming branch rows, so the post-merge trunk runs straight instead of zigzagging.
Mermaid source
%%metro title: Post-convergence trunk%%metro line: fastq | FASTQ | #2db572%%metro line: ubam | uBAM | #0570b0%%metro line: bam | BAM | #f5c542
graph LR subgraph prep [Prep] fq[FQ] ub[UB] mm[minimap2] st[samtools] fq -->|fastq| mm ub -->|ubam| mm mm -->|bam| st endCLI command
nf-metro render examples/topologies/post_convergence_trunk.mmd -o post_convergence_trunk.svg