Skip to content

AMRFinderPlus v3.11.14

Compare
Choose a tag to compare
@evolarjun evolarjun released this 10 May 13:15
· 107 commits to master since this release
4f1e9de

This release addresses a few issues brought up on GitHub.

Changes:

  • On failure no -o output file is created - #115
  • AMRFinderPlus will now automatically decompress files ending in .gz with gunzip (this relies on gunzip being in PATH) - #61
  • AMRFinderPlus does not support unicode, but it will not check GFF files to prohibit extended ASCII or UTF-8 characters specifically (still prohibits GFF files with ASCII control characters between 0x00 and 0x1F) - #119
  • Add reporting of curl error messages - #120