The sugar project aims to provide a lightweight framework to facilitate rapid application development for bioinformatics.
- API documentation including a short introduction
- Short tutorial: notebook
- Consult and contribute to wiki
Use pip, e.g.
pip install rnajena-sugar
All dependencies are optional. To get a minimal install use the --no-deps
flag of pip.
Run tests with sugar test
(needs pytest).