2 unstable releases

0.2.0 Jun 4, 2024
0.1.0 May 24, 2024

#223 in Biology

Download history 59/week @ 2024-11-14 362/week @ 2024-11-21 54/week @ 2024-11-28 29/week @ 2024-12-05 9/week @ 2024-12-12 1/week @ 2024-12-26 137/week @ 2025-01-02 266/week @ 2025-01-09 102/week @ 2025-01-16 667/week @ 2025-01-23 942/week @ 2025-01-30 1719/week @ 2025-02-06 491/week @ 2025-02-13 184/week @ 2025-02-20 14/week @ 2025-02-27

2,496 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