Skip to content

Releases: openvar/variantValidator

3.0.1

12 Mar 18:25
a4f1ee6
Compare
Choose a tag to compare

Slight increment that deals with a stray print_tb statament and adds a couple of additional small bug fixes

3.0.0

11 Mar 14:27
06fc570
Compare
Choose a tag to compare

Major updates to the code which removes re-parsing of variants and increases performance by ~2.1 times. Additinal variant description formats now handled including updated support for uncertain positions, methylation syntax. Plus a good number of bug fixes

2.2.0

07 Dec 12:35
5956e0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

2.1.0

17 May 15:54
32d669d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

2.0.0

03 Dec 12:39
ac552ec
Compare
Choose a tag to compare

This is a major release of VariantValidator. It replaces UTA with our own solution VVTA. We have also significantly upgraded our gapped-alignment handling code, extending the test set. See the tests documents and commits for the issue numbers we have addressed during upgrade. We have also introduced exon/intron mappings for variants thanks to @kjwinfield and @kwi11iams

Special thanks goes to @ifokkema and @jtdendunnen for providing user-stories and bug reports throughout the build.

@John-F-Wagstaff deserves a ton of credit for developing VVTA and we are looking forward to generating the next release of this data for the new year

1.0.4

08 Apr 14:12
acfa0b7
Compare
Choose a tag to compare
Merge pull request #279 from openvar/features

Update requirements_dev.txt

1.0.3

11 Dec 16:18
ac187e4
Compare
Choose a tag to compare

Stable release. Deals with MySQl issues

1.0.2

02 Dec 09:36
a2f84e4
Compare
Choose a tag to compare

Fixes bugs and sorts MySQL connections errors

Version 1.0.1

19 Nov 11:31
793cb8e
Compare
Choose a tag to compare

This release addresses a few minor bug fixes. It also fixes an issue with installation of Docker. The UTA build for docker is now the current release. Also added handling of Alamut style genomic variant descriptions.

Version 1.0.0

12 Aug 13:55
Compare
Choose a tag to compare

This new version features a completely re-written package and is not compatible with previous releases.

See the documentation on how to install and run this new, python 3, version of VariantValidator.