Skip to content

Fix regressions remaining in 3.0.1#142

Merged
charles-plessy merged 6 commits into
devfrom
fix_regressions_remaining_in_3.0.1
Jul 16, 2026
Merged

Fix regressions remaining in 3.0.1#142
charles-plessy merged 6 commits into
devfrom
fix_regressions_remaining_in_3.0.1

Conversation

@charles-plessy

@charles-plessy charles-plessy commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Prepare another bugfix release, hopefully the last one for version 3.0

Fixed

  • Restore maximum tandem repeat unit length to 400 for genome masking, to prevent running out of memory on centromeric repeats. LASTs default changed to 100 in version 1638, causing a regression in this pipeline's v3.0.0 release (#139)
  • Restore missing fasta in the target genome name indexed for CRAM files (#140).
  • Avoid collisions by adding .cuts to the name of the file defining the regions of more than 10 Ns in the target genome. (#138).
  • Fix blasttab+ export option by correcting Nextflow schema. Thanks, @sapunyangkut (#141).
  • Fix blasttab+ format by upgrading LAST to version 1652 (no other changes). For consistency, Samtools and Bcftools were also upgraded (no visible changes expected).

Dependencies

Dependency Old version New version
LAST 1651 1652
BCFTOOLS 1.23.1 1.24
SAMTOOLS 1.23.1 1.24

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/pairgenomealign branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

This is to prevent running out of memory on centromeric repeats.

LASTs default changed to 100 in version 1638, causing a regression in
this pipeline's v3.0.0 release.

Closes #139
…of the file defining the regions of more than 10 `N`s in the _target_ genome.

Closes #138
@charles-plessy
charles-plessy merged commit 83c2c0f into dev Jul 16, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants