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.

It thus provides classes and functions for working with DNA and RNA sequences, as well as related annotations, and it provides parsers and writers for various file formats using a plugin interface.

Documentation

  • Documentation including a tutorial is available here
  • Developer-oriented documentation can be found in the wiki

Installation

Use pip, e.g.

pip install rnajena-sugar

Run tests with sugar test.

Other options are described in the documentation.

Contributions

Contributions are welcome! -- e.g. report or fix bugs, discuss or add features, improve the documentation.