Skip to content

Lr Perp Top Entry Bottom Exit

An LR section carrying both of its perpendicular ports - a TOP entry and a BOTTOM exit. The drop lands left of the trunk, the run passes through the section, and the exit seats past the trailing station so the line turns out after the marker instead of folding back over its own track.

Mermaid source
examples/topologies/lr_perp_top_entry_bottom_exit.mmd
%%metro title: LR perpendicular pair (top entry, bottom exit)
%%metro style: dark
%%metro line: dna | DNA | #e6007e
%%metro grid: intake | 0,0
%%metro grid: mid | 0,1
%%metro grid: report | 0,2
graph LR
subgraph intake [Intake]
%%metro exit: bottom | dna
samplesheet[Samplesheet]
fastqc[FastQC]
samplesheet -->|dna| fastqc
end
subgraph mid [Alignment]
%%metro entry: top | dna
%%metro exit: bottom | dna
bwa[BWA-MEM2]
sort[Sort BAM]
bwa -->|dna| sort
end
subgraph report [Reporting]
%%metro entry: top | dna
multiqc[MultiQC]
end
fastqc -->|dna| bwa
sort -->|dna| multiqc
CLI command
Terminal window
nf-metro render examples/topologies/lr_perp_top_entry_bottom_exit.mmd -o lr_perp_top_entry_bottom_exit.svg
Rendered map
LR perpendicular pair (top entry, bottom exit) 1 2 3 Samplesheet BWA-MEM2 MultiQC FastQC Sort BAM DNA created with nf-metro v2.0.0+dev