Bypass Label Rake Left
Mirror of the bypass-label rake: the dip's descending leg, not its climb, crosses the wide 'Quantification Step' label, so its V corner lands in the label's left half and the router seats it clear of the left edge (`_clear_bypass_v_label_strikes`).
Mermaid source
%%metro title: Bypass V Past A Wide Label (Left Overrun)%%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 Step] search[Hits] 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_left.mmd -o bypass_label_rake_left.svg