-
Notifications
You must be signed in to change notification settings - Fork 170
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
v2.7.0 release #336
v2.7.0 release #336
Conversation
|
|
||
main: | ||
|
||
protocol_config = Utils.getProtocol(workflow, log, params.aligner, params.protocol) | ||
if (protocol_config['protocol'] == 'auto' && params.aligner != "cellranger") { |
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.
Based on the protocols.json
I think cellrangerarc
must also be part of this check.
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.
Maybe a contains should be fine to include both cases ...? However being explicit here is also maybe a good idea, so that its obvious what applies here.
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.
think a params.aligner in [ 'cellranger', 'cellrangerarc' ]
might make it explicit enough
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.
added a patch for that: #337
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.
Include cellrangerarc in checker
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.
Once release, efforts should be made/focused on:
- Simplifying this the samplesheet checker on: subworkflows/local/utils_nfcore_scrnaseq_pipeline/main.nf
- Adding a proper cellranger-arc testing profile and nf-test
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).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).