Skip to content
lomereiter edited this page Dec 16, 2012 · 2 revisions

Welcome to the BioD wiki!

The ultimate goal of BioD is to provide a flexible and easy-to-use library, yet with very solid performance, taking advantage of modern multi-core CPUs. The code base is written in functional style, and is designed to be easily maintainable, correct, pragmatic, and something to build other functionality on.

The library can be used for both:

One of possible workflows is to create a simple script in D, run it with rdmd tool, and later develop it into a general-purpose command-line application.

Currently the library provides full BAM/SAM support, both reading and output, at speeds comparable to samtools. SFF reading/writing is also presented, but working with reads is not yet polished well.

Clone this wiki locally