Skip to content

Releases: BioJulia/GeneticVariation.jl

v0.4.1

16 Apr 15:47
b4789a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

Julia v0.7/1.0 Release

22 Nov 20:33
Compare
Choose a tag to compare
v0.4.0

Update changelog

Bugfix for reading VCF files from GATK

15 Oct 21:43
6d42158
Compare
Choose a tag to compare
v0.3.3

Update CHANGELOG.md

Fix the `BCF.n_samples` method

27 Jul 11:29
Compare
Choose a tag to compare

This release updates some project files and fixes a bug in the BCF.n_samples method that was causing the method to return an incorrect result. This was stopping people from working with large or even modest numbers of samples.

Inclusion of `avg_mut`

10 Oct 21:35
Compare
Choose a tag to compare

This minor release adds a function avg_mut which should have made it into the previous release v0.3.0 (#12).

Docs system update and functionality addition

05 Oct 15:55
Compare
Choose a tag to compare

This release updates the doc build system, and adds methods for computing the number of segregating sites in a collection of biological sequences.

Drop julia 0.5 support

31 Jul 15:55
Compare
Choose a tag to compare
Drop julia 0.5 syntax and support (#9)

* Drop julia 0.5 syntax and support

* fix a takebuf_array use

* depreceate more takebuf_array use

* Correct xor use

* edit to make.jl

* depreceated test approx syntax

Initial Release

23 Jun 11:27
Compare
Choose a tag to compare

Separate code out from Bio.jl