- fixed bug in sampling where genes with p-values < 1e-6 were skewed to be even more significant
0.2.1
updated version number in python package
0.2.0
- can now use larger sequence contexts, such as 7-mers, instead of the trinucleotide based rates
0.1.4
converted Transcript and SiteRates classes to cython over c++ classes
0.1.3
- refactored how coordinates on + and - strands are handled - include ref and alt alleles in choices, so we can extract the alleles, rate and position for a given consequence choice, which allows us to also use other prediction tools for choices. - improved unit tests throughout