Skip to content

Polypolish v0.5.0

Compare
Choose a tag to compare
@rrwick rrwick released this 12 Jan 23:02
· 33 commits to main since this release

This release of Polypolish adds an alignment pre-processing script: polypolish_insert_filter.py. This can be optionally run before Polypolish to reduce excess alignment around repeats, which I have found to improve the accuracy. Read more about it on the wiki.

This release also:

  • Contains better error messages for incorrect CIGAR strings in the input alignments.
  • Updates some code dependencies

Tarballs of pre-built executable binaries are attached:

  • polypolish-linux-x86_64-musl-v0.5.0.tar.gz: for Linux systems with x86-64 processors
  • polypolish-macos-x86_64-v0.5.0.tar.gz: for Macs with x86-64 Intel processors
  • polypolish-macos-aarch64-v0.5.0.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).