-
Notifications
You must be signed in to change notification settings - Fork 2
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
FASTQREPAIR first release #2
Conversation
Important! Template update for nf-core/tools v3.2.0
…th WIPERTOOLS_REPORTGATHER and WIPERTOOLS_FASTQGATHER, update publishDir logic, and remove unused modules.
@charles-plessy tests won't pass as per this thread: https://nfcore.slack.com/archives/C050DNB6K5H/p1738075793257549?thread_ts=1738010902.014759&cid=C050DNB6K5H |
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.
Thank you for addressing the comments and for this contribution to the community! Great job!
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.
Fantastic work converting all your local modules to offical nf-core ones @mazzalab !
And adding tests for local subworkflows too!
I've left a few minor comments, which should ideally be addressed (not blockers) but otherwise this looks ready to me!
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.
replied to most of @jfy133 review points
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.
fixed the remaining points.
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'd like to extend James' congratulations on your fantastic migration and unit testing work.
I've just added a few little comments on things I spotted, but otherwise it's all good !
This is the first release PR.
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).