Skip to content

Route Around Far Column Top Entry

The same below-a-row feeder reaching a section several columns away through its `entry: top` port. The leg carries the full width past the box's right side, rises above it, and returns over the top into the port without ever entering the interior.

Mermaid source
examples/topologies/route_around_far_column_top_entry.mmd
%%metro title: Below Feeder Wraps Around Rightmost Section
%%metro directional: true
%%metro line: rnaseq | RNA-seq | #e64980
%%metro grid: orf_calling | 2,1
%%metro grid: novel_transcripts | 0,2
graph LR
subgraph orf_calling [ORF]
%%metro entry: top | rnaseq
o0[Call ORFs]
end
subgraph novel_transcripts [Novel]
nt0[Assemble Transcripts]
end
nt0 -->|rnaseq| o0
CLI command
Terminal window
nf-metro render examples/topologies/route_around_far_column_top_entry.mmd -o route_around_far_column_top_entry.svg
Rendered map
Below Feeder Wraps Around Rightmost Section 2 1 Call ORFs Assemble Transcripts RNA-seq created with nf-metro v2.0.0+dev