-
Notifications
You must be signed in to change notification settings - Fork 172
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
Adding cellranger-arc (multiome scRNA-seq + scATAC support) #274
Conversation
Release v2.4.0
Release v2.4.1
…ign_cellrangerarc.nf and scrnaseq.nf
|
… option to procide your config file
So I move the config generation into the mkref module as suggested. Further, I added two parameters so the user can provide their own config file for cellrangerarc. Now I go to the final step and add some documentation. |
@grst @fmalmeida @onurcanbektas I made some final changes to the subworkflows and modules. I also added some documentation to usage and output that should help. If there are not further comments, then this is finished. |
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 @heylf! Only still I'm still wondering is if we can merge nf-core/modules#3576 and use the central module.
We should also double-check if there weren't any last-minute changes to the local module that still need to be ported to that PR.
@@ -0,0 +1,73 @@ | |||
process CELLRANGERARC_COUNT { |
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'll take a look if we can do something about the docker issues.
Co-authored-by: Gregor Sturm <[email protected]>
Co-authored-by: Gregor Sturm <[email protected]>
…o cellrangerarc
@grst @fmalmeida I think I am not responsible for the lintin error? Not sure what the issue is. But modules should now also be in sync with modules in the nf-core/modules. |
Definitely not your fault! There was a very recent template update that's not yet merged into scrnaseq. We can ignore the linting here for now. |
ok, last thing, I promise: |
dont worr grst. Its done now |
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!
Thanks for the massive effort, @heylf!
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).