Conversation
Contributor
There was a problem hiding this comment.
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.mdUniProt DB build steps to de-duplicate entries during FASTA + taxid map generation. - Bump pipeline version references from
0.10.0→0.10.1across config/metadata/snapshots. - Add a
0.10.1changelog 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.
|
prototaxites
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #224
Updated the instructions for building the Uniprot database
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).