sequintools 0.4.0

A suite of tools for manipulating and reporting on NGS data that has sequins added to the sample.
[[bin]]
name = "sequintools"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
features = ["derive"]
version = "4.5.27"

[dependencies.csv]
version = "1.3.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_pcg]
version = "0.3.1"

[dependencies.rust-htslib]
version = "0.49.0"

[dev-dependencies.tempfile]
version = "3.10.1"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A suite of tools for manipulating and reporting on NGS data that has sequins added to the sample."
edition = "2021"
license = "Apache-2.0"
name = "sequintools"
publish = true
readme = "README.md"
repository = "https://github.com/sequinsbio/sequintools"
version = "0.4.0"