Skip to content

Tags: kdm9/axe

Tags

0.3.3

Version 0.3.3

Updates to docs as suggested by reviewers

0.3.2

Verified

This tag was signed with the committer’s verified signature. The key has expired.
kdm9 Dr. K. D. Murray
Version 0.3.2

- Update libqes to pull in major bug fix
- Implement static builds

0.3.1

Version 0.3.1

Bug fixes:

    - Fix issue on 32 bit systems with hamming mutation of DNA sequences
    - Fix minor formatting string issues with 32 bit systems

0.3.0

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

0.2.8

Version 0.2.8

Misc debian upstreaming

0.2.7

Version 0.2.7

remove debian crud, in preparation for debian packaging

0.2.6

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

0.2.5

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.

0.2.4

Patch release 0.2.4

- Add debian config
- Fix handling of libqes install rules

0.2.3

Bugfix release

- Fix bug that meant no R2 reads were output to an interleaved unknown output.