Skip to content

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
examples/topologies/post_convergence_trunk.mmd
%%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
end
CLI command
Terminal window
nf-metro render examples/topologies/post_convergence_trunk.mmd -o post_convergence_trunk.svg
Rendered map
Post-convergence trunk 1 FQ UB minimap2 samtools FASTQ uBAM BAM created with nf-metro v1.1.0+dev