awry 0.1.3

Library for creating FM-indexes from FASTA/FASTQ files. AWRY is able to search at lightning speed by leveraging SIMD vectorization and multithreading over collections of queries.
Documentation
[dependencies.aligned]
version = "0.4.2"

[dependencies.anyhow]
version = "1.0.92"

[dependencies.libsufr]
version = "0.5.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.215"

[lib]
crate-type = ["lib"]
name = "awry"
path = "src/lib.rs"

[package]
authors = ["Tim Anderson <tim.anderson@umontana.edu"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "algorithms", "hardware-support", "science::bioinformatics"]
description = "Library for creating FM-indexes from FASTA/FASTQ files. AWRY is able to search at lightning speed by leveraging SIMD vectorization and multithreading over collections of queries."
edition = "2021"
homepage = "https://github.com/UM-Applied-Algorithms-Lab/AWRY_Index"
keywords = ["search", "exact_match_search", "FM-index", "bioinformatics", "FASTA_FASTQ"]
license = "BSD-3-Clause"
name = "awry"
readme = "README.md"
repository = "https://github.com/UM-Applied-Algorithms-Lab/AWRY_Index"
version = "0.1.3"