This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
Releases: bio-ex/bio_ex
Releases · bio-ex/bio_ex
Version 0.3.0
What's Changed
In order to support the full gamut of possible translations between sequences, a number of changes were required. This release also extends the concept of validating sequences, allowing a simple interface to check that they match a given alphabet.
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
Patch basic data exposure
- Add the
get/1
method forBio.Restriction.Enzyme
to allow for dynamic acquisition of restriction enzymes based on name. - Add
ambiguous_dna/0
toBio.Sequence.Mapping
to expose the IUPAC standard character codes for ambiguous DNA. - Add
Benchee
in dev for benchmarking new features.