Skip to content

Release v3.0.2 "Tokoroten shiki"#143

Merged
charles-plessy merged 11 commits into
masterfrom
dev
Jul 17, 2026
Merged

Release v3.0.2 "Tokoroten shiki"#143
charles-plessy merged 11 commits into
masterfrom
dev

Conversation

@charles-plessy

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

Copy link
Copy Markdown
Collaborator

v3.0.2 "Tokoroten shiki" - [July 16th 2026]

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).

charles-plessy and others added 11 commits July 10, 2026 17:05
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
Signed-off-by: sapunyangkut <302607731+sapunyangkut@users.noreply.github.com>
…ttab-plus

Escape blasttab plus in schema regex.

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

Closes #138
@charles-plessy

Copy link
Copy Markdown
Collaborator Author

Wow, many thanks @mashehu !

@dialvarezs dialvarezs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks clean!

@charles-plessy
charles-plessy merged commit 1444277 into master Jul 17, 2026
22 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.

4 participants