Skip to content

Releases: linyuiz/EviAnn-mod

zgtools-EviAnn v2.0.2-2

Choose a tag to compare

@linyuiz linyuiz released this 21 May 06:23
5b46a47
  1. Fixed some bugs.
  2. Added support for inputting GFF files from denovo prediction as evidence.
  3. Improved miniprot runtime speed by splitting proteins.
  4. 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

Choose a tag to compare

@linyuiz linyuiz released this 18 May 07:57
0d01086

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:

  1. Added xargs -P for parallel task execution to improve running speed.
  2. Divided the original script into steps for better organization.
  3. Added progress bar.