-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.2.0 #122
Release 2.2.0 #122
Conversation
Bump version 2.2.0dev
update bakta to v1.8.2
Add module dragonflye for long-reads assembly
Template update nf-core tools v2.13.1
Routine updating of installed modules and subworkflows
Prepare release 2.2.0
|
> [!NOTE] | ||
> The FastQC plots displayed in the MultiQC report shows _untrimmed_ reads. They may contain adapter sequence and potentially regions with low quality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the previous notation was correct for the website 🙂 (we don't recommend to read the usage and output docs on github, but use the website instead)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
In CI tests a few warning are occurring that could be fixed, e.g. in Run workflow profile (test_hybrid_dragonflye):
WARN: A process with name 'MINIMAP2_CONSENSUS' is defined more than once in module script: /home/runner/work/bacass/bacass/./workflows/bacass.nf -- Make sure to not define the same function as process
WARN: A process with name 'MINIMAP2_POLISH' is defined more than once in module script: /home/runner/work/bacass/bacass/./workflows/bacass.nf -- Make sure to not define the same function as process
WARN: Access to undefined parameter `genomes` -- Initialise it to a default value eg. `params.genomes = some_value`
Co-authored-by: Daniel Straub <[email protected]>
add reviewer suggestions in PR #122
Suggestions added. Thank you so much :)!!! |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).PR description
This PR is for release 2.2.0
Major changes are:
(I think this pr also closess #113 )