Skip to content

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
examples/topologies/tb_passthrough_trunk.mmd
%%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| collect
CLI command
Terminal window
nf-metro render examples/topologies/tb_passthrough_trunk.mmd -o tb_passthrough_trunk.svg
Rendered map
TB pass-through trunk 1 2 ZIP Bundle Align Collect Call Annotate Package RNA-seq Affymetrix MaxQuant created with nf-metro v1.1.0+dev