Releases: linyuiz/EviAnn-mod
Releases · linyuiz/EviAnn-mod
Release list
zgtools-EviAnn v2.0.2-2
- Fixed some bugs.
- Added support for inputting GFF files from denovo prediction as evidence.
- Improved miniprot runtime speed by splitting proteins.
- Pseudogenes were removed, and the GFF file retains only the longest transcript while maintaining high quality whenever possible.
For those with an older version, simply replace zgtools, bin/zg-EviAnn, and bin/scripts. Additionally, ensure the environment variable $PATH includes the seqkit tool (https://github.com/shenwei356/seqkit).
EviAnn-update v2.0.2
Original version: https://github.com/alekseyzimin/EviAnn_release/releases/tag/v2.0.2
The current version is based on the publicly released version with partial code adjustments:
- Added
xargs -Pfor parallel task execution to improve running speed. - Divided the original script into steps for better organization.
- Added progress bar.