2 unstable releases

0.2.0 Jun 4, 2024
0.1.0 May 24, 2024

#75 in Biology

Download history 105/week @ 2024-05-20 66/week @ 2024-05-27 160/week @ 2024-06-03 9/week @ 2024-06-10 63/week @ 2024-06-17 45/week @ 2024-06-24 105/week @ 2024-07-08 332/week @ 2024-07-15 98/week @ 2024-08-26

98 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.7MB
~34K SLoC