-
Notifications
You must be signed in to change notification settings - Fork 27
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.6.0 #325
Release 2.6.0 #325
Conversation
Add ms2rescore module, remove ms2pip and deeplc modules
Co-authored-by: Mark Polster <[email protected]>
…id/mhcquant into merge-template-updates
Add option to specify MS2PIP model directory
Add support to handle (tdf) archives
Co-authored-by: Mark Polster <[email protected]>
Co-authored-by: Mark Polster <[email protected]>
Co-authored-by: Mark Polster <[email protected]>
Co-authored-by: Mark Polster <[email protected]>
Update docs
|
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.
A lot of effort went into this PR!
On a small note, I would change the version to 2.0 since many changes were made, and the prediction of classes and rt is retired at the moment.
Maybe someone from the core team or contributors can give a second review.
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!
I only commented a couple of small details.
It's great that you could change some of the local modules for nf-core modules :) But I am wondering if the remaining local modules such as all the openms tools could also be nf-core modules? note that you can use nf-core modules patch
if you need to make small modifications to the module. Anyway, I don't want this to be a blocker for this PR, just something to consider after release.
Thanks for the reviews! |
Highlights
Added
d|d.tar.gz|d.tar|d.zip|mzML.gz|raw|RAW|mzML
#323--> Provide PRIDE ftp link of raw data in samplesheet to directly stage + process projects 🥳
Fixed
groupKey
to streamline group-wise processing #310 🚀Comments
--use_deeplc
and--use_ms2pip
were removed and can now be specified via--feature_generators deeplc,ms2pip
--ms2pip_model_name
was renamed to--ms2pip_model
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).