Skip to content

Fold Bypass Creep Tight

The tight variant of the fold bypass, where the file terminus sits one row below the forking station, so the qc bypass V seats on the trailing row. The folded section's perpendicular exit corridor clears the V by a full station-flat length, so the bypass run-out reads as a visible flat rather than collapsing onto the curve apex.

Mermaid source
examples/topologies/fold_bypass_creep_tight.mmd
%%metro title: Fold Bypass Creep (tight)
%%metro fold_threshold: 4
%%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,qc| align
end
subgraph calling [Calling]
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
align -->|qc| mqc
CLI command
Terminal window
nf-metro render examples/topologies/fold_bypass_creep_tight.mmd -o fold_bypass_creep_tight.svg
Rendered map
Fold Bypass Creep (tight) 1 2 3 VCF Caller A CallerB MultiQC Align Stats Main QC created with nf-metro v1.1.0+dev