Releases: BioJulia/GeneticVariation.jl
Releases · BioJulia/GeneticVariation.jl
v0.4.1
What's Changed
- Add Project.toml by @rasmushenningsson in #31
New Contributors
- @rasmushenningsson made their first contribution in #31
Full Changelog: v0.4.0...v0.4.1
Julia v0.7/1.0 Release
v0.4.0 Update changelog
Bugfix for reading VCF files from GATK
v0.3.3 Update CHANGELOG.md
Fix the `BCF.n_samples` method
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`
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
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
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
Separate code out from Bio.jl