You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.3.0
**For arcane reasons, the name of the ``axe`` binary changed to ``axe-demux``
with version 0.3.0. Apologies for the inconvenience, this was required to
make ``axe`` installable in Debian and its derivatives. Command-line usage
did not change.**
Many other changes occured:
- Fixed copyright headers
- Fixed many typos
- Rename and fix CLI tests
- Get sphinx version from git
- Fix travis CI and biojenkins CI builds
- Fix CI badges on readme, drop MinGW
- Use system GSL if present
Version 0.2.6
Bugfixes:
- Don't add an underscore to sample names when output prefix is a directory
name
New features:
- Colourised and improved CLI output
Bugfix release 0.2.5
Fix issue in naming/zipping of files with zmode of 1
----------------------------------------------------
If the zlib compression level was set to 1, no zipping was performed, and files
were named without a zipped suffix. Now, the fastest zip mode is used (1) and
the suffix is .gz, as it should be.