You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
bio | 5 years ago | |
examples | 5 years ago | |
src_ragel | 5 years ago | |
test | 5 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 9 years ago | |
README.md | 5 years ago | |
dub.json | 6 years ago | |
meson.build | 6 years ago |
README.md
BioD

BioD is a fast and memory efficient bioinformatics library written in the D programming language.
BioD aims to:
- Provide a platform for writing high-performance bioinformatics applications in D. BioD achieves this by:
- automatic parallelization of tasks where possible for example reading and writing BAM files
- reducing the GC overhead by avoiding unnecessary memory allocations
- Offer support for manipulating common biological data formats
- Write clear documented and maintainable codebase
Usage
BioD can be installed via the D package manager.
See the examples directory for examples and usage.
BioD is also a crucial part of the sambamba tool.
BioD contributors and support
See contributors. For support contact
License
BioD is licensed under the liberal MIT (expat) license.