alignoth 0.3.0

A tool for creating alignment plots from bam files
[package]
name = "alignoth"
description = "A tool for creating alignment plots from bam files"
license = "MIT"
version = "0.3.0"
authors = ["Felix Wiegand <felix.wiegand@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = "0.3.26"
rust-htslib = "0.38.2"
bio = "0.41.0"
anyhow = "1.0.56"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.79"
rand = "0.8.5"
itertools = "0.10.3"
csv = "1.1.6"