Polypolish v0.5.0
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 processorspolypolish-macos-x86_64-v0.5.0.tar.gz
: for Macs with x86-64 Intel processorspolypolish-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).