Lr Top Entry Bundle East Turn
A two-line bundle dropping through an LR section's TOP entry, turning east into its first station and carrying on out of the flow-aligned RIGHT exit. The feeder's run turns down onto the drop column and the column turns into the trunk, so the orders either side of those two corners have to nest opposite ways for both bends to draw as concentric arcs.
Mermaid source
%%metro title: Top-entry bundle east%%metro style: dark%%metro line: dna | DNA | #e6007e%%metro line: rna | RNA | #3f51b5%%metro grid: intake | 0,0%%metro grid: align | 0,1%%metro grid: report | 1,1
graph LR subgraph intake [Intake] %%metro exit: bottom | dna, rna samplesheet[Samplesheet] fastqc[FastQC] samplesheet -->|dna,rna| fastqc end
subgraph align [Alignment] %%metro entry: top | dna, rna %%metro exit: right | dna, rna bwa[BWA-MEM2] sort[Sort BAM] bwa -->|dna,rna| sort end
subgraph report [Reporting] %%metro entry: left | dna, rna multiqc[MultiQC] end
fastqc -->|dna,rna| bwa sort -->|dna,rna| multiqcCLI command
nf-metro render examples/topologies/lr_top_entry_bundle_east_turn.mmd -o lr_top_entry_bundle_east_turn.svg