Skip to content

Releases: oxfordmmm/gumpy

v1.2.6

22 Nov 15:25
13dc4ac
Compare
Choose a tag to compare

What's Changed

  • Allow AD instead of COV for minor populations by @mcolpus in #30

New Contributors

Full Changelog: v1.2.5...v1.2.6

v1.2.5

23 Oct 10:29
4cb0020
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4

27 Sep 15:05
4473210
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v.1.2.3

23 Aug 14:00
acc9d9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Jul 11:18
a36f342
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

30 Jun 09:22
4e7dc25
Compare
Choose a tag to compare

What's Changed

  • Fixes for pulling out gene positions of large dels crossing genes by @JeremyWesthead in #19

Full Changelog: v1.2.0...v1.2.1

v1.2.0

27 Jun 14:54
6fd5525
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Mar 11:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.15...v1.1.0

v1.0.15

29 Nov 15:21
f46b55e
Compare
Choose a tag to compare

Fixed an issue which caused invalid mutations if a deletion starts in a promoter of a gene, and passes the gene end.

v1.0.14

22 Sep 11:02
Compare
Choose a tag to compare

Bug fixes.

Ensures that GeneDifference.amino_acid_sequence is the same length as other difference arrays. This was changed with the introduction of including nucleotide SNPs in cases of synonymous AA SNPs. Now in cases of this, the amino_acid_sequence is correctly padding with None values in positions that these nucleotide SNPs are introduced.

Added fix for github actions to ensure only a single action is triggered by a release