Skip to content

Tb Fork Lane Transpose

A vertical-flow (TB) section whose trunk station forks one line down to an in-section file terminus and the other out to a side exit through a bypass helper. The bypassing line rides the section's lane side of the trunk, so its fork leg reaches the bypass without crossing the straight-down terminus leg (issue #1163).

Mermaid source
examples/topologies/tb_fork_lane_transpose.mmd
%%metro title: TB Fork Lane Transpose
%%metro style: dark
%%metro file: vcf_out | VCF
%%metro line: main | Main | #2db572
%%metro line: qc | QC | #0570b0
graph LR
subgraph prep [Prep]
in0[ ]
align[Align]
in0 -->|main| align
end
subgraph calling [Calling]
%%metro direction: TB
caller1[Caller A]
caller2[Caller B]
stats[Stats]
vcf_out[ ]
caller1 -->|main| stats
caller2 -->|main| stats
stats -->|main| vcf_out
end
subgraph report [Report]
mqc[MultiQC]
end
align -->|main| caller1
align -->|main| caller2
stats -->|qc| mqc
CLI command
Terminal window
nf-metro render examples/topologies/tb_fork_lane_transpose.mmd -o tb_fork_lane_transpose.svg
Rendered map
TB Fork Lane Transpose 1 2 3 VCF Caller A CallerB MultiQC Align Stats Main QC created with nf-metro v1.1.0+dev