-
Notifications
You must be signed in to change notification settings - Fork 13
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
nf-core/isoseq version 2 #32
Conversation
…nto template_update_2.14.1
require a meta map in newer version
give the user the possibility to start from the mapping step and do not run isoseq pre-analysis.
|
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.
Two small comments, but it LGTM if those are fixed! Good job!
@nvnieuwk suggestion Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
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.
Nice, just small comments!
assets/multiqc_config.yml
Outdated
This report has been generated by the <a href="https://github.com/nf-core/isoseq/1.1.5" target="_blank">nf-core/isoseq</a> | ||
analysis pipeline. For information about how to interpret these results, please see the | ||
<a href="https://nf-co.re/isoseq/1.1.5/output" target="_blank">documentation</a>. | ||
This report has been generated by the <a href="https://github.com/nf-core/isoseq/tree/dev" target="_blank">nf-core/isoseq</a> analysis pipeline. For information about how to interpret |
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.
bump version to version 2?
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.
Updated.
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.
nf-core lint is expecting having dev and not 2.0.0
Should I revert to dev?
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.
And if you link to the release tag? Like:
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.
nf-core lint
is still not happy ^^
https://github.com/nf-core/isoseq/actions/runs/10723006473/job/29735313846?pr=32#step:6:252
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.
One last try with releases
in there, https://github.com/nf-core/isoseq/releases/tag/2.0.0
? Looks like that should be it https://github.com/nf-core/tools/blob/930ece572bf23b68c7a7c5259e918a878ba6499e/nf_core/lint/multiqc_config.py#L102-L105
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.
I gave a try with 2.0.0dev and 2.0.0, still the same error :/
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.
Alright, not sure why. I'll approve and you can decide if you want to try further or revert back to using dev. I think it's nice to have the link to the actual version in the MultiQC report though.
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.
Thanks for your time and approval.
I'm gonna leave it to 2.0.0, as it's the target version.
v2.0.0 - Sapphire Duck
New entrypoint option to skip isoseq pre-processing.
Update the pipeline to nf-core 2.14.1.
Update modules.
Close #25
Close #27
Close #10
Added
A new entreypoint system has been implemented to allow the user where to start the analysis.
The
isoseq
entrypoint runs the full pipeline.The
map
entrypoint runs the pipeline from the mapping step.This new
entreypoint
option make possible to use the isoseq pipeline for analysis PacBio data when subreads are not provided, or for users who want to benefit from the mapping + TAMA analysis for their Nanopore data.Fixed
Update modules to their nf-test version (bamtools/convert, custom/dumpsoftwareversions, gnu/sort, gstama/collapse/ gstama/merge, gstama/polyacleanup, gunzip, isoseq/refine, lima, minimap2/align, pbccs,ultra/align, ultra/index)
Since isoseq3 switch to version 4, it has been rename isoseq
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).