Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Releases: bio-ex/bio_ex

Version 0.3.0

13 Jun 22:31
935f54a
Compare
Choose a tag to compare

What's Changed

  • [feature] Allow easier definition of conversions by @pcapel in #16

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

04 May 22:13
Compare
Choose a tag to compare

What's Changed

  • Add basic polymer type with standard sequences by @pcapel in #8
  • Add Behaviours and Protocols by @pcapel in #14
  • Add FASTA, FASTQ, and SnapGene IO by @pcapel in #15

Full Changelog: v0.1.1...v0.2.0

Patch basic data exposure

28 Jan 15:59
Compare
Choose a tag to compare
  • Add the get/1 method for Bio.Restriction.Enzyme to allow for dynamic acquisition of restriction enzymes based on name.
  • Add ambiguous_dna/0 to Bio.Sequence.Mapping to expose the IUPAC standard character codes for ambiguous DNA.
  • Add Benchee in dev for benchmarking new features.