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
%%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| collectCLI command
nf-metro render examples/topologies/cross_column_perp_drop_far_exit.mmd -o cross_column_perp_drop_far_exit.svg