prepare_fasta 0.2.0

Compute hash-based signatures of sequence, and perform pre-processing
Documentation
[[bin]]
name = "prepare_fasta"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["default", "derive", "wrap_help"]
version = "4.5.41"

[dependencies.flate2]
version = "1.1.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.needletail]
version = "0.6.3"

[dependencies.path-tools]
version = "0.1.0"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
features = ["asm", "asm-aarch64"]
version = "0.10.9"

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

[package]
authors = ["Rob Patro", "Rob Patro <rob@cs.umd.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "science"]
description = "Compute hash-based signatures of sequence, and perform pre-processing"
edition = "2024"
homepage = "https://github.com/COMBINE-lab/prepare_fasta/"
keywords = ["science", "bioinformatics"]
license = "BSD-3-Clause-Attribution"
name = "prepare_fasta"
readme = "README.md"
repository = "https://github.com/COMBINE-lab/prepare_fasta/"
version = "0.2.0"