-
Notifications
You must be signed in to change notification settings - Fork 111
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.5.0 #524
Release: 2.5.0 #524
Conversation
Post 2.4.0 release version bump
Important! Template update for nf-core/tools v2.10
Fix missing concoct globs
Fix Tiara publishing files
Co-authored-by: James A. Fellows Yates <[email protected]>
Fix null in depth PNG files
Allow local databases to be used for kraken2, centrifuge, and busco
|
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.
LGTM
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.
LGTM
Just running one last test to see if I can get the AWS full tests working, if not I'll do the release, if yes will do a quick extra PR. Thanks both! |
Almost exclusively bug fixes, but includes some deprecated/replaced parameters thus the larger version bump.
Added
--busco_db
,--kraken2_db
, and--centrifuge_db
now support directory input of a pre-uncompressed database archive directory (by @gregorysprenger).Changed
TEMPLATE
(by @jfy133)--save_busco_reference
is now replaced by--save_busco_db
(by @gregorysprenger).Fixed
Dependencies
Deprecated
--busco_reference
,--busco_download_path
,--save_busco_reference
parameters have been deprecated and replaced with new parameters (by @gregorysprenger).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).