BioSeq icon indicating copy to clipboard operation
BioSeq copied to clipboard

Nim package for working with biological sequence data such as DNA, RNA, and amino acids.

trafficstars

Github Actions CI License: MIT Stability

BioSeq

BioSeq is a Nim library for working with biological sequence data such as DNA, RNA, and amino acids.

BioSeq is still a work in progress. Critiques, suggestions, and contributions are welcome!

Installation

You will need the Nim compiler to be installed on your system. See https://nim-lang.org/

It is recommended that BioSeq be installed with nimble.

nimble install bioseq

Usage

Read the documentation here