Skip to content

Samerow Left Exit Far Left Entry

A same-row feed into a far-side LEFT entry: the source exits LEFT toward a target immediately to its left whose entry sits on the target's far (left) edge. The loop humps over the target's top through the clear band above its row and drops down the target's LEFT side into the port, rather than diving below the target box and running the full width back - the same-row sibling of the from-above gap-above path (#1397).

Mermaid source
examples/topologies/samerow_left_exit_far_left_entry.mmd
%%metro title: Same-Row LEFT Exit to Far LEFT Entry
%%metro directional: true
%%metro line: ribo | Ribo-seq | #2db572
%%metro grid: prep | 0,0
%%metro grid: align | 1,0
%%metro grid: quantification | 2,0
%%metro grid: orf_calling | 3,1
%%metro grid: psite_id | 2,1
%%metro grid: te | 1,1
graph LR
subgraph prep [Prep]
p0[Trim]
end
subgraph align [Align]
a0[Align]
end
subgraph quantification [Quant]
q0[Quantify]
end
subgraph orf_calling [ORF]
%%metro exit: left | ribo
o0[Call ORFs]
end
subgraph psite_id [P-site]
%%metro entry: top | ribo
%%metro exit: left | ribo
ps0[P-sites]
end
subgraph te [TE]
%%metro entry: left | ribo
t0[TE]
end
p0 -->|ribo| a0
a0 -->|ribo| q0
q0 -->|ribo| o0
q0 -->|ribo| ps0
o0 -->|ribo| ps0
ps0 -->|ribo| t0
CLI command
Terminal window
nf-metro render examples/topologies/samerow_left_exit_far_left_entry.mmd -o samerow_left_exit_far_left_entry.svg
Rendered map
Same-Row LEFT Exit to Far LEFT Entry 1 2 3 4 5 6 Trim Align Quantify Call ORFs P-sites TE Ribo-seq created with nf-metro v2.0.0+dev