Skip to content

Near Edge Exit Corner

A station one column short of its section's right edge whose exit port sits on that edge, one lane below it. Equalising the station's flat runs must not push the exit's approach corner past the port: the corner stays inside the box so the line turns down through the port cleanly rather than bulging outside the section and doubling back (issue #1314).

Mermaid source
examples/topologies/near_edge_exit_corner.mmd
%%metro title: Near-edge exit corner
%%metro line: riboseq | Ribo-seq | #e6007e
%%metro line: rnaseq | RNA-seq | #2db572
graph LR
subgraph psite_id [P-site identification]
ribowaltz[riboWaltz]
plastid_wiggle[plastid Wiggle]
psite_counts[Plastid P-site counts]
quantify_orf_psite[Quantify ORF P-sites]
ribowaltz -->|riboseq| report_ribowaltz[riboWaltz report]
plastid_psite[plastid P-site] -->|riboseq| plastid_wiggle
plastid_wiggle -->|riboseq| psite_counts
orf_catalogue[ORF catalogue] -->|riboseq| quantify_orf_psite
plastid_wiggle -->|riboseq| quantify_orf_psite
end
subgraph te [Translational efficiency]
dte_counts_prep[Prep ORF TE counts] -->|riboseq,rnaseq| deltate_orf[DESeq2 deltaTE]
dte_counts_prep -->|riboseq,rnaseq| dotseq_orf[DOTSeq]
end
psite_counts -->|riboseq| te_counts_prep[Prep TE counts]
quantify_orf_psite -->|riboseq| dte_counts_prep
CLI command
Terminal window
nf-metro render examples/topologies/near_edge_exit_corner.mmd -o near_edge_exit_corner.svg
Rendered map
Near-edge exit corner 1 2 riboWaltz plastid P-site Prep ORF TE counts ORF catalogue Prep TE counts riboWaltzreport DESeq2 deltaTE plastid Wiggle DOTSeq Plastid P-site counts Quantify ORF P-sites Ribo-seq RNA-seq created with nf-metro v1.1.0+dev