Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 759 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 759 Bytes

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