------------------ * Bugfix: ribocount: allow creation of zip files larger than 2GB.
0.3.0
------------------ * Support for multiple read lengths and corresponding offsets. * Optional arguments check is now split into multiple steps. * Remove the calculation of read lengths present in the BAM alignment.
0.2.5
------------------ * Bugfix: Use known versions of libraries as dependencies in setup.py. Otherwise, pip installs latest versions which haven't been tested. * Remove Codons label, change START to AUG [riboplot].
0.2.4
------------------ * Bugfix: ribocount now returns correct read counts if an offset is provided. * Bugfix: Don't include read counts in the longest ORF start or stop positions i.e., only include reads upstream or downstream of the start or stop positions.
0.2.3
------------------ * Bugfix: Recalculate read frame positions after applying offset. * Add sequence to CSV output.
0.2.2
------------------ * Use default linewidth (riboplot), Minor changes to default plot style. * Use 'Agg' as the default matplotlib backend (prevent $DISPLAY errors). * Use smaller images for the help section. * Fix typo in HISTORY.rst. * Update Github repository URL.