Rl Bottom Exit Lr Top Entry Bundle
The same seam with a westward-running feeder: an RL row's BOTTOM exit drops into an LR section's TOP entry. The feeder turns down the other way, so its bottommost lane takes the eastmost drop channel and the column order is the mirror of the eastward-feeder case.
Mermaid source
%%metro title: RL feed east turn%%metro style: dark%%metro line: dna | DNA | #e6007e%%metro line: rna | RNA | #3f51b5%%metro grid: intake | 0,0%%metro grid: align | 0,1
graph LR subgraph intake [Intake] %%metro direction: RL %%metro exit: bottom | dna, rna samplesheet[Samplesheet] fastqc[FastQC] samplesheet -->|dna,rna| fastqc end
subgraph align [Alignment] %%metro entry: top | dna, rna bwa[BWA-MEM2] sort[Sort BAM] bwa -->|dna,rna| sort end
fastqc -->|dna,rna| bwaCLI command
nf-metro render examples/topologies/rl_bottom_exit_lr_top_entry_bundle.mmd -o rl_bottom_exit_lr_top_entry_bundle.svg