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
%%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| multiqcCLI command
nf-metro render examples/topologies/bypass_label_rake.mmd -o bypass_label_rake.svg