Skip to content

Polypolish v0.4.2

Compare
Choose a tag to compare
@rrwick rrwick released this 03 Aug 04:38
· 45 commits to main since this release

This release adds a couple of small changes to reduce the chance of false positives (the introduction of an errors into an assembly):

  • Assembly positions with a read depth less than --min_depth will not be changed, even if there is a valid base over the threshold.
  • If the best option at an assembly position is too close to the second-best option, it will not be changed (threshold controlled with the new --min_ratio option).

This release may therefore produce slightly different output than the previous release (v0.4.0).

Tarballs of pre-built executable binaries are attached:

  • polypolish-linux-x86_64-musl-v0.4.2.tar.gz: for Linux systems with x86-64 processors
  • polypolish-macos-x86_64-v0.4.2.tar.gz: for Macs with x86-64 Intel processors
  • polypolish-macos-aarch64-v0.4.2.tar.gz: for Macs with Apple silicon processors

If none of the above work for you, you'll need to build Polypolish from source (see the Installation page on the wiki).