prseq 0.0.16

Rust tools (with Python bindings) for sequence analysis
Documentation
[dependencies.bzip2]
version = "0.4"

[dependencies.flate2]
version = "1.0"

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

[lib]
name = "prseq"
path = "src/lib.rs"

[package]
authors = ["Terry C. Jones <terence.jones@charite.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::bioinformatics::sequence-analysis", "parsing"]
description = "Rust tools (with Python bindings) for sequence analysis"
edition = "2021"
keywords = ["bioinformatics", "fasta", "fastq", "sequence-analysis", "python"]
license = "MIT OR Apache-2.0"
name = "prseq"
readme = "README.md"
repository = "https://github.com/virologyCharite/prseq"
version = "0.0.16"

[[test]]
name = "test_compression"
path = "tests/test_compression.rs"

[[test]]
name = "test_fastq"
path = "tests/test_fastq.rs"

[[test]]
name = "test_integration"
path = "tests/test_integration.rs"