2 unstable releases

0.2.0 Jun 4, 2024
0.1.0 May 24, 2024

#216 in Biology

Download history 1/week @ 2024-10-26 128/week @ 2024-11-02 1/week @ 2024-11-09 128/week @ 2024-11-16 321/week @ 2024-11-23 49/week @ 2024-11-30 10/week @ 2024-12-07 5/week @ 2024-12-14 1/week @ 2024-12-28 272/week @ 2025-01-04 132/week @ 2025-01-11 174/week @ 2025-01-18 599/week @ 2025-01-25 1248/week @ 2025-02-01 1641/week @ 2025-02-08

3,662 downloads per month
Used in minimizer-iter

Custom license

115KB
2K SLoC

biotest 🧬 💻

License Test Lints MSRV codecov Documentation

Generate random test data for bioinformatics

Usage

In your Cargo.toml add

biotest = { version = "0.2", features = ["fasta", "fastq", "vcf", "sequence", "quality"] }

Minimum supported Rust version

Currently the minimum supported Rust version is 1.74.


lib.rs:

Generate random test data for bioinformatics

There's a feature for every file format that can be generated:

Dependencies

~1–1.6MB
~32K SLoC