This is fully functional beta version of EviAnn. This version has the following fixes/improvements:
- frame information is now present in the output CDS records (thanks @KatharinaHoff for noticing the omission)
- added -subject_besthit option to tblastn to improve stability (thanks @mlammari)
- improved handling of uncommon errors and crashes for easier diagnostics
- improved transcript sensitivity
- fixed the bug where output contained empty gene records without transcripts/exons
- 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
- 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