An open API service indexing awesome lists of open source software.

https://github.com/pachterlab/kallistobustools

kallisto | bustools workflow for pre-processing single-cell RNA-seq data
https://github.com/pachterlab/kallistobustools

bustools kallisto rna-seq single-cell

Last synced: 7 months ago
JSON representation

kallisto | bustools workflow for pre-processing single-cell RNA-seq data

Awesome Lists containing this project

README

          

# kallistobustools

kallisto | bustools workflow for pre-processing single-cell RNA-seq data

Please visit https://kallistobus.tools for tutorials on how to process single-cell RNA-seq data.

## Contributing

Create a Google Colab notebook and make a pull request. If approved `your_tutorial.ipynb` will be added to a new folder `tutorials/docs/tutorials/your_tutorial_folder/{python,R}`.

You will also need to make a pull request to add a reference to your tutorial in the `mkdocs.yml` file. For example:

```yaml
- Tutorials:
- Your Tutorial Name:
- Python: tutorials/your_tutorial_folder/{python,R}/your_tutorial.md
```

*Note*: tutorials will either be in python or R, so paths should be written as `tutorials/your_tutorial_folder/R/your_tutorial.md` for example.