Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Releases: BioJulia/Bio.jl

The julia v1.0 release

14 Mar 20:41
Compare
Choose a tag to compare

This marks the final major version of Bio.jl, which as of this release is being given the status of inactive.

Minor updates to Var

27 Feb 18:23
Compare
Choose a tag to compare

This release cherry picks a feature from the master branch, where a method of distance which does sliding window computations if it is provided with a window width and a step distance.

Minor updates to Phylo

24 Feb 15:57
Compare
Choose a tag to compare

Updates to Phylo/dating.jl.

Bug fix

17 Feb 06:06
Compare
Choose a tag to compare
  • Fix linear index access of BAM, fundamentally (#395).

Bug fixes

15 Feb 13:55
Compare
Choose a tag to compare
  • Fix the SAM header parser (#373).
  • Fix linear indexing of BAM (#360).
  • Fix typos in docs (#367).

Bug fix

05 Dec 04:19
Compare
Choose a tag to compare
  • Fix reverse(bioseq) (#356).

Version 0.3

09 Aug 12:38
Compare
Choose a tag to compare
  • Updated documentation of IO interface.
  • Merged Kmer and Symbol Counting.
  • isambiguous function added for nucleotides.

v0.2.3

03 Aug 18:29
Compare
Choose a tag to compare

Fixes erroneous release 0.2.2 & Points back to v0.2.1.

v0.2.2

03 Aug 18:27
Compare
Choose a tag to compare

DO NOT USE