Skip to content

Bypass Label Rake

A foreign line dips below a station to bypass its marker, then climbs back to the trunk past the wide 'Quantification' label. The router lengthens the dip's flat run so the climb seats clear of the glyphs (`_clear_bypass_v_label_strikes`).

Mermaid source
examples/topologies/bypass_label_rake.mmd
%%metro title: Bypass V Past A 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]
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.mmd -o bypass_label_rake.svg
Rendered map
Bypass V Past A Wide Label 1 2 3 Fetch Data Branch MultiQC Validate Alignment Database Search Quantification DNA RNA Protein created with nf-metro v1.1.0+dev