v1.0.14
JeremyWesthead
released this
22 Sep 11:02
·
189 commits
to master
since this release
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