Cross Column Perp Drop
A `%%metro direction: TB` section fed by a perpendicular drop from a section in a different grid column. The vertical trunk stays on the QC section's own column and the cross-column feed comes over the top and drops into the trunk head, rather than the trunk being dragged out toward the off-column source.
Mermaid source
%%metro title: Cross-column perpendicular drop%%metro line: reads | Reads | #1f77b4
graph LR subgraph align [Alignment] %%metro exit: top | 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.mmd -o cross_column_perp_drop.svg