Skip to content

Route Around To Top Entry

A feeder section sits a row below the section it feeds through an `entry: top` port. The port faces away from the feeder, so the leg cannot rise straight into it without ploughing up through the box; it carries past the box's right side, rises to the channel above, then comes back right-to-left over the top into the port, clearing the interior entirely.

Mermaid source
examples/topologies/route_around_to_top_entry.mmd
%%metro title: Below Feeder Wraps To Top Entry
%%metro directional: true
%%metro line: rnaseq | RNA-seq | #e64980
%%metro grid: orf_calling | 1,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_to_top_entry.mmd -o route_around_to_top_entry.svg
Rendered map
Below Feeder Wraps To Top Entry 2 1 Call ORFs Assemble Transcripts RNA-seq created with nf-metro v2.0.0+dev