No description
Find a file
2023-03-06 12:19:15 -06:00
.github/workflows Fix nim doc command 2022-10-14 09:53:16 -05:00
examples Add structure file example 2023-02-01 16:25:23 -06:00
src Add sample filtering 2023-03-06 12:17:30 -06:00
tests Add sample filtering 2023-03-06 12:17:30 -06:00
util Added script for reordering genbank amino acid strings 2022-10-05 10:09:30 -05:00
.gitignore htmldocs/ 2022-10-05 10:10:15 -05:00
bioseq.nimble Increment version 2023-03-06 12:19:15 -06:00
LICENSE Major rewrite 2022-09-30 13:56:53 -05:00
README.md README edits 2022-10-05 13:54:25 -05:00

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