Skip to content

Doc fix (patch 0.10.1)#229

Merged
muffato merged 2 commits into
mainfrom
patch
Mar 30, 2026
Merged

Doc fix (patch 0.10.1)#229
muffato merged 2 commits into
mainfrom
patch

Conversation

@muffato

@muffato muffato commented Mar 30, 2026

Copy link
Copy Markdown
Member

Closes #224

Updated the instructions for building the Uniprot database

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

@muffato muffato self-assigned this Mar 30, 2026
Copilot AI review requested due to automatic review settings March 30, 2026 08:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Patch release to address #224 by updating the UniProt Reference Proteomes database build instructions (to avoid Diamond “Duplicate keys” errors), along with associated metadata/version bumps across the pipeline.

Changes:

  • Update docs/usage.md UniProt DB build steps to de-duplicate entries during FASTA + taxid map generation.
  • Bump pipeline version references from 0.10.00.10.1 across config/metadata/snapshots.
  • Add a 0.10.1 changelog entry and refresh citation metadata for the patch release.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
docs/usage.md Adjusts UniProt Reference Proteomes build instructions to remove duplicates before diamond makedb.
CHANGELOG.md Adds 0.10.1 release notes for the documentation fix.
CITATION.cff Updates release metadata (version/title/date).
nextflow.config Bumps manifest version to 0.10.1.
ro-crate-metadata.json Updates RO-Crate workflow URL/version to 0.10.1.
assets/multiqc_config.yml Updates the report link to the 0.10.1 GitHub release tag.
.nf-core.yml Bumps template version to 0.10.1.
tests/default.nf.test.snap Updates expected workflow version string to v0.10.1.
tests/nobusco.nf.test.snap Updates expected workflow version string to v0.10.1.
tests/raw.nf.test.snap Updates expected workflow version string to v0.10.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/usage.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread ro-crate-metadata.json
@github-actions

github-actions Bot commented Mar 30, 2026

Copy link
Copy Markdown

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit ce93b82

+| ✅ 205 tests passed       |+
#| ❔  28 tests were ignored |#
!| ❗  20 tests had warnings |!
Details

❗ Test warnings:

❔ Tests ignored:

  • files_exist - File is ignored: CODE_OF_CONDUCT.md
  • files_exist - File is ignored: assets/nf-core-blobtoolkit_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-blobtoolkit_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-blobtoolkit_logo_dark.png
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: conf/igenomes.config
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • files_unchanged - File ignored due to lint config: CODE_OF_CONDUCT.md
  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File does not exist: .github/ISSUE_TEMPLATE/config.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/branch.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting_comment.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • files_unchanged - File ignored due to lint config: assets/email_template.txt
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File ignored due to lint config: assets/nf-core-blobtoolkit_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-blobtoolkit_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-blobtoolkit_logo_dark.png
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/blobtoolkit/blobtoolkit/.github/workflows/awstest.yml
  • template_strings - template_strings
  • merge_markers - merge_markers

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-03-30 08:27:10

@muffato
muffato merged commit 8ad0f7a into main Mar 30, 2026
20 checks passed
@muffato
muffato deleted the patch branch March 30, 2026 12:08
@muffato muffato added this to the v0.10.1 milestone Mar 30, 2026
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.

Trouble building diamond DB

3 participants