Skip to content

EviAnn v1.0.9 beta

Latest
Compare
Choose a tag to compare
@alekseyzimin alekseyzimin released this 30 Jul 12:43
· 37 commits to main since this release

This is fully functional beta version of EviAnn. This version has the following fixes/improvements:

  1. frame information is now present in the output CDS records (thanks @KatharinaHoff for noticing the omission)
  2. added -subject_besthit option to tblastn to improve stability (thanks @mlammari)
  3. improved handling of uncommon errors and crashes for easier diagnostics
  4. improved transcript sensitivity
  5. fixed the bug where output contained empty gene records without transcripts/exons
  6. the entire pipeline, including protein alignment part that takes the longest, is now re-startable, meaning that all completed partial computations are saved at every step, and they do not need to be re-done if the run fails or is aborted by the user
  7. other miscellaneous fixes/improvements/code cleanup

Please download and install from the EviAnn-1.0.9.tar.gz attached below in the "Assets" section, or run the following commands in your terminal:
wget https://github.com/alekseyzimin/EviAnn_release/releases/download/v1.0.9/EviAnn-1.0.9.tar.gz
tar xzf EviAnn-1.0.9.tar.gz
cd EviAnn-1.0.9
./install.sh