4 releases (2 breaking)
0.3.0 | Mar 6, 2024 |
---|---|
0.2.1 | Oct 13, 2020 |
0.2.0 | Jun 21, 2020 |
0.1.0 | Jun 20, 2020 |
#253 in Biology
23KB
503 lines
Genome
Built using rust, used to create cryptobsj
Example
Creating a DNA sequence
use genome::DNA;
let dna = DNA::new(2, 2);
Converting DNA to string
use genome::DNA;
let dna = DNA::new(2, 2);
let dna_string = dna.to_string();
Installation
To use this package, add it in the [dependencies]
in your Cargo.toml
[dependencies]
genome = "0.1.0"
Dependencies
~1.7–2.4MB
~43K SLoC