Crate biotest

Source
Expand description

Generate random test data for bioinformatics

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

Re-exports§

pub use format::Format;
pub use format::fasta::Fasta;
pub use format::fastq::Fastq;
pub use format::vcf::Vcf;
pub use format::sequence::Sequence;
pub use format::quality::Quality;

Modules§

constants
Declarations of some constants value
error
Error struct of project biotest
format
Format data generation
values
Declarations of many possible values

Functions§

rand
Create a random generator with constants::SEED
seeded_rand
Create a random generator with a user seed