Tb Passthrough Trunk
A three-line bundle running straight down a linear chain of stations in a `%%metro direction: TB` section. The trunk passes through each station as a clean vertical column: every line holds one offset, so no station reads as an elbow.
Mermaid source
%%metro title: TB pass-through trunk%%metro style: dark%%metro line: rna | RNA-seq | #1f9e89%%metro line: affy | Affymetrix | #e6550d%%metro line: mq | MaxQuant | #0570b0
%%metro file: bundle_zip | ZIP | Bundle
graph LR subgraph analysis [Analysis] align[Align] call[Call] align -->|rna,affy,mq| call end
subgraph reporting [Reporting] %%metro direction: TB %%metro entry: left | rna, affy, mq collect[Collect] annotate[Annotate] package[Package] bundle_zip[ ]
collect -->|rna,affy,mq| annotate annotate -->|rna,affy,mq| package package -->|rna,affy,mq| bundle_zip end
call -->|rna,affy,mq| collectCLI command
nf-metro render examples/topologies/tb_passthrough_trunk.mmd -o tb_passthrough_trunk.svg