Skip to content

Releases: BioJulia/GeneticVariation.jl

v0.4.1

Choose a tag to compare

@CiaranOMara CiaranOMara released this 16 Apr 15:47
b4789a1

What's Changed

New Contributors

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

Julia v0.7/1.0 Release

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 22 Nov 20:33
v0.4.0

Update changelog

Bugfix for reading VCF files from GATK

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 15 Oct 21:43
6d42158
v0.3.3

Update CHANGELOG.md

Fix the `BCF.n_samples` method

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 27 Jul 11:29

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`

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 10 Oct 21:35

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

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 05 Oct 15:55

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

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 31 Jul 15:55
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

Choose a tag to compare

@TransGirlCodes TransGirlCodes released this 23 Jun 11:27

Separate code out from Bio.jl