Skip to content

Bypass Label Rake Wide

An extra-wide bypassed-station label the router cannot seat the V's flat-run corner clear of: the strike-clearance loop pushes the bypassed node out by whole grid columns until the dip clears the glyphs, widening rather than relying on the router's partial corner-seating (issue #700).

Mermaid source
examples/topologies/bypass_label_rake_wide.mmd
%%metro title: Bypass V Past An Extra-Wide Label
%%metro style: dark
%%metro line: dna | DNA | #e63946
%%metro line: rna | RNA | #0570b0
%%metro line: prot | Protein | #2db572
graph LR
subgraph input [Input]
fetch[Fetch Data]
validate[Validate]
fetch -->|dna,rna,prot| validate
end
subgraph processing [Processing]
branch[Branch]
align[Alignment]
quant[Quantification And Expression Estimation Module]
search[Database Search]
branch -->|dna,rna| align
branch -->|prot| search
align -->|rna| quant
end
subgraph reporting [Reporting]
multiqc[MultiQC]
end
validate -->|dna,rna,prot| branch
align -->|dna| multiqc
quant -->|rna| multiqc
search -->|prot| multiqc
CLI command
Terminal window
nf-metro render examples/topologies/bypass_label_rake_wide.mmd -o bypass_label_rake_wide.svg
Rendered map
Bypass V Past An Extra-Wide Label 1 2 3 Fetch Data Branch MultiQC Validate Alignment Database Search Quantification And Expression Estimation Module DNA RNA Protein created with nf-metro v1.1.0+dev