bio_seq
A Nim library for biological sequence data.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install bio_seq
choosenim install bio_seq
git clone https://github.com/kerrycobb/BioSeq
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| bio_seq | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/kerrycobb/BioSeq |
|---|---|
| Homepage | https://github.com/kerrycobb/BioSeq |
| Registry Source | nimble_official |
README
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