libprosic 0.5.0

A library for calling of genomic variants using a latent variable model.
Documentation
[package]
name = "libprosic"
version = "0.5.0"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>", "David Lähnemann <david.laehnemann@uni-duesseldorf.de>"]
description = "A library for calling of genomic variants using a latent variable model."
repository = "https://github.com/prosic/libprosic"
readme = "README.md"
license = "GPL-3.0"

[dependencies]
bio = "0.14"
log = "0.3.*"
rust-htslib = "0.13"
GSL = "0.4.*"
itertools = "0.6"
itertools-num = "0.1.*"
approx = "0.1.*"
rusty-machine="0.4.*"
ordered-float = "0.5"
ndarray = "0.6"
flame = { version = "^0.1.2", optional = true }
flamer = { version = "^0.1.2", optional = true }
rustc-serialize = "0.3"
quick-error = "1.2"
csv = "0.15"
lazy_static = "0.2"
statrs = "0.6.*"

[dev-dependencies]
env_logger = "0.3.*"
fern = "0.4"
flate2 = "0.2"
hyper = "0.10"

[features]
default = []
flame_it = ["flame", "flamer"]