John-Colvin / BioD

Bioinformatics library in D. (utils for working with SAM, BAM, SFF formats)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BioD Build Status

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

See the examples directory for examples and usage.

BioD core

License

This library is licensed under the MIT license. Please see the license file for more details

Citation

About

Bioinformatics library in D. (utils for working with SAM, BAM, SFF formats)

License:MIT License


Languages

Language:D 96.3%Language:Ragel in Ruby Host 3.6%Language:Makefile 0.1%Language:Shell 0.0%