Skip to content

rnajena/sugar

Repository files navigation

logo

A Python framework for bioinformatics

build status docs status codecov pypi version python version DOI

The sugar project aims to provide a lightweight framework to facilitate rapid application development for bioinformatics.

Documentation

Installation

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).