Skip to content

Releases: nf-core/pairgenomealign

nf-core/pairgenomealign v2.2.3 – Reitou mikan

23 May 00:09
4a3649d

Choose a tag to compare

v2.2.3 "Reitou mikan" - [May 20th 2026]

Fixed

Dependencies

Dependency Old version New version
MultiQC 1.33 1.34

nf-core/pairgenomealign v2.2.2 – Juicy

30 Jan 05:07
c17c98b

Choose a tag to compare

v2.2.2 "Juicy" - [January 30th 2026]

Fixed

  • Conforms to nf-core template version 3.5.1 (#95, #98).
  • Fixed nf-core logo (#90).
  • Adjusted process requirements to test_full case (#61).
  • Set an icon in the --targetName option in the documentation (#92).
  • Fixed a bug of last/train records the wrong value for percent identity (#96).
  • Merged output channels in last/dotplot (#100)
  • Created missing meta.yml for subworkflows (#101).
  • Exclude PNG files from pipeline test, because not reproducible in conda.

Dependencies

Dependency Old version New version
assemblyscan 0.4.1 1.0.0
MultiQC 1.30 1.33

nf-core/pairgenomealign v2.2.1 – C’est quoi ça?

18 Aug 16:08
86a011b

Choose a tag to compare

v2.2.1 "C’est quoi ça?" - [August 5th 2025]

Fixed

  • Conforms to nf-core template version 3.3.2, hopefully fixing AWS tests (#85) (#83).
  • Added missing pipeline and subworkflow test snapshots and stabilise line order in some output files (#84).
  • Update modules to latest version, thereby pulling an important fix for a race condition in last/mafconvert (#87), (#88).
  • Report jq version used in MULTIQC_ASSEMBLYSCAN_PLOT_DATA (#81).
  • Document module names in tube map (#74).
  • Add mising modules in tube map (#68).
  • Materialise output files in tube map (#75).

Dependencies

Dependency Old version New version
MultiQC 1.28 1.30

nf-core/pairgenomealign v2.2.0 – Chagara ponzu

10 Jul 12:58
f4e1715

Choose a tag to compare

v2.2.0 "Chagara ponzu" - [May 29th 2025]

Added

  • Support for export to BAM and CRAM formats (#31) (#43).
  • SAM/BAM/CRAM alignments files are sorted and their header features all sequences of the target genome.
  • Report ungapped percent identity (#46).
  • Update full-size test genomes to feature more T2T assemblies (#59).
  • Use a single mulled container for LAST, Samtools and open-fonts, to save ~280 Mb of downloads (#58).
  • Allow export to multiple formats (comma-separated list) (#42).
  • Allow skipping of the assembly QC with --skip_assembly_qc (#53).

Dependencies

Dependency Old version New version
SAMTOOLS_BGZIP 1.21
SAMTOOLS_DICT 1.21
SAMTOOLS_FAIDX 1.21

Parameters

Old parameter New parameter
--skip_assembly_qc

Fixed

  • Remove noisy tag in the MULTIQC_ASSEMBLYSCAN_PLOT_DATA local module (#64).
  • Restore BED format support (#56).
  • Document the multiqc_train.txt and multiqc_last_o2o.txt aggregating alignment statistics (#52).
  • Point the test configs samplesheets to nf-core/test-datasets in order to run the AWS full tests (#62).
  • Update metro map, in white background (#71).
  • Removed the last/mafswap module, which was actually not used.

nf-core/pairgenomealign v2.1.0 – Goya champuru

16 May 07:13
9b5fd10

Choose a tag to compare

v2.1.0 "Goya champuru" - [May 16th 2025]

Added

  • New --dotplot_filter paramater to produce extra alignment plots where small off-diagonal signal is filtered out (#35).
  • New --dotplot_width, --dotplot_height and --dotplot_font_size parameters to control alignment plot size (#38).

Fixed

  • In alignment plots, contig names are now written with a nice scalable font instead of being pixellised (#44).
  • Conforms to nf-core template version 3.2.1 (#54).
  • Removed some old linting exceptions.
  • Removed the gfastats modules, which was actually not used.
  • Make sure the subworkflows collect all module versions.
  • Fix plot IDs for comptatibility with MultiQC 1.28.

Parameters

Old parameter New parameter
--dotplot_filter
--dotplot_font_size
--dotplot_height
--dotplot_width

Dependencies

Dependency Old version New version
LAST 1608 1611
MultiQC 1.27 1.28

nf-core/pairgenomealign v2.0.0 – Naga imo

05 Feb 11:59
9ed7c7b

Choose a tag to compare

v2.0.0 "Naga imo" - [February 5th, 2025]

Breaking changes

  • The LAST software was updated and it has new defaults for some of its
    parameters. The alignments ran with this pipeline will not be identical to
    the ones from older versions.

Added

  • The alignment/lastdb directory is not output anymore. It consumed space,
    is not usually needed for downstream analysis, and can be re-computed
    identically if needed.
  • The many-to-one alignment file is not output anymore by default, to save
    space. To keep this file, you can run the pipeline in many-to-many mode
    with the --m2m parameter.
  • The --seed parameter allows for all the existing values in the lastdb
    program.
  • Errors caused by absence of alignments at training or plotting steps
    are now ignored.
  • New parameter --export_aln_to that creates additional files containing
    the alignments in a different format such as Axt, Chain, GFF or SAM.

Fixed

  • Incorrect detection of regions with 10 or more Ns was corrected (#18).
  • The --lastal_params now works as intended instead of being ignored (#22).
  • The workflow summary is now properly sorted at the end of the MultiQC report (#32).
  • Conforms to nf-core template version 3.2.0 (#40).

nf-core/pairgenomealign v1.1.1 – Kani nabe

18 Dec 23:50
0c1a6b9

Choose a tag to compare

This release brings the pipeline to the standards of Nextflow 24.10.1 and nf-core 3.1.0. No changes were made to the alignment process.

In retrospect it was found that this version (only) is not compatible with Nextflow 25.04 or higher. Please use v1.1.0 instead if you need the same functionality and software version numbers.

nf-core/pairgenomealign v1.1.0 – Nattou Maki

10 Oct 01:07

Choose a tag to compare

Added a new softmask parameter, to optionally keep original softmasking.

nf-core/pairgenomealign v1.0.0 – Sweet Potato

27 Aug 23:41
c493be3

Choose a tag to compare

Initial release. Thanks again to my colleagues, collaborators, and the nf-core community.

nf-core/pairgenomealign is a bioinformatics pipeline that aligns one or more query genomes to a target genome, and plots pairwise representations.