Skip to content

Cross Column Perp Drop Far Exit

The cross-column perpendicular drop where the source's exit side faces away from the target's entry side (a BOTTOM exit feeding a TOP entry). The lead-in crosses to the inter-column gap and reaches the TOP entry from above the box, rather than rising up the trunk through the section's stations.

Mermaid source
examples/topologies/cross_column_perp_drop_far_exit.mmd
%%metro title: Cross-column perpendicular drop (far-side exit)
%%metro line: reads | Reads | #1f77b4
graph LR
subgraph align [Alignment]
%%metro exit: bottom | reads
load[Load]
trim[Trim]
bwa[BWA-MEM]
load -->|reads| trim
trim -->|reads| bwa
end
subgraph qc [QC report]
%%metro direction: TB
%%metro entry: top | reads
collect[Collect]
multiqc[MultiQC]
collect -->|reads| multiqc
end
bwa -->|reads| collect
CLI command
Terminal window
nf-metro render examples/topologies/cross_column_perp_drop_far_exit.mmd -o cross_column_perp_drop_far_exit.svg
Rendered map
Cross-column perpendicular drop (far-side exit) 1 2 Load Collect Trim MultiQC BWA-MEM Reads created with nf-metro v1.1.0+dev