Skip to content

v0.5.0

2026-02-24 · GitHub release · Diff

Stations that a line passes straight through - splitting to parallel paths and immediately rejoining - now render as flat diamond bubbles rather than a pair of overlapping pills. Common at QC branch points where multiple tools run in parallel before merging back.

Rendered map
Section Diamond 1 2 3 4 Input Left Step 1 Merge Right Step 1 Prepare Left Step 2 Report Right Step 2 Left Step 3 Left Path Right Path created with nf-metro v1.1.0+dev

Station labels can span multiple lines using \n:

node[First line\nSecond line]
Rendered map
Multi-line Label Test 1 2 .fq FastQCfalco .fa fastpAdapterRemoval MultiQC Porechop ABIPorechop Short reads Long reads created with nf-metro v1.1.0+dev

A single station can carry more than one file icon:

node[Tool]:::file:output.bam,file:output.bai
Rendered map
Multiple File Icons 1 2 FASTQ BAM HTML TSV H5AD MultiQC Trimming Alignment Quantification Quality Control Main created with nf-metro v1.1.0+dev

--x-spacing and --y-spacing (and %%metro x_spacing: / %%metro y_spacing:) now accept any value above safe minimums rather than a small fixed set of presets.

nf-core/epitopeprediction:

Rendered map
1 2 3 VCF FASTA TSV TSV HTML Split Peptides Summarize Results Gunzip VCF Prepare Input Fasta2Peptides MultiQC SnpSift Split MHCflurry MHCnuggets MHCnuggetsII NetMHCpan NetMHCIIpan Variant Pred Merge Pred Variant Input Protein Input Peptide Input created with nf-metro v1.1.0+dev

nf-core/hlatyping:

Rendered map
1 2 3 FASTQ BAM TSV HTML Yara Index MultiQC Yara Mapper cat FASTQ HLA-HD Check Paired OptiType BAM to FASTQ FastQC FASTQ BAM created with nf-metro v1.1.0+dev
  • Animated balls reduced to 1 per track (was 3)
  • Dark-mode CSS fix for transparent-background SVGs
  • TB section exit port now mirrors the entry-side gap
  • Exit/entry port pairs snapped toward downstream stations
  • Straight-through diamond fork-joins
  • Terminus stations nudged away from passing lines
  • Fork/join bubbles widened for labels; labels flip away from exit ports
  • Bypass gap2 vertical offset avoids overlap with L-shape routes
  • Stations shifted away from perpendicular entry ports
  • Exit gap now only applies to single-layer sections
  • Fork gap suppressed in single-track sections