[package]
name = "yacrd"
version = "0.4.1"
authors = ["Pierre Marijon <pierre.marijon@inria.fr>"]
exclude = ["image/*", "validation/*", "tests/*"]
description = "Using all-against-all read mapping, yacrd performs: computation of pile-up coverage for each read and detection of chimeras"
homepage = "https://github.com/natir/yacrd"
readme = "Readme.md"
keywords = ["bioinformatics", "chimera", "long-read"]
license = "MIT"
repository = "https://github.com/natir/yacrd"
[[bin]]
name = "yacrd"
path = "src/main.rs"
[dependencies.bio]
version = "0.21"
[dependencies.bzip2]
version = "0.3.3"
[dependencies.clap]
version = "2.31.2"
[dependencies.csv]
version = "1"
[dependencies.enum_primitive]
version = "0.1.1"
[dependencies.flate2]
version = "1.0"
[dependencies.lazy_static]
version = "1.0"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.xz2]
version = "0.1"
[badges.travis-ci]
branch = "master"
repository = "natir/yacrd"