-
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
[Feature]: Add Kallisto + BUSTools Workflow Parts #8
[Feature]: Add Kallisto + BUSTools Workflow Parts #8
Conversation
Downstream analysis can be done using: https://scanpy.readthedocs.io/en/latest/index.html I'm following this tutorial here : https://www.kallistobus.tools/getting_started.html Details about some steps (e.g. gene_map creation as implemented now in this PR) are explained here: https://www.kallistobus.tools/getting_started_explained.html |
Oh oops I had worked on this too but forgot to submit a PR :( https://github.com/czbiohub/scrnaseq/tree/olgabot/kallisto-implementation Should I make a PR to this one with my changes? The V3 chemistry is compatible with V2, so we can use that as default. I also decided to match kallisto's technology naming to make it easier to grab the whitelists and support multiple technologies. |
Páll advised against using the V3 whitelist in our case as the correction needs to much memory to complete. I filed an error report in the BUSTools repository for that: BUStools/bustools#6 , where he replied with the comment to rely on v2 whitelists at least for the tests. Didn't help, unfortunately yet, even when skipping the correction. We can merge this into kallisto-bustools here and you can then also open PRs against that one - however, the tests aren't working yet which is maybe the first thing we should address... |
Ohhh interesting I didn't realize that about the V3 whitelists. I remember them being a lot larger so it makes sense that it's not recommended for testing. |
This PR is intended to serve as a WIP to add Kallisto + Bustools to the scrnaseq pipeline.
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/scrnaseq/tree/master/.github/CONTRIBUTING.md