AliTVTeam / AliTV

Visualize whole genome alignments as linear maps
https://alitvteam.github.io/AliTV/d3/AliTV.html
MIT License
69 stars 11 forks source link

Fatal - error #158

Closed Tdanis closed 4 years ago

Tdanis commented 4 years ago

Hello, could you help me please with this error?

FATAL - Unable to find lastz at /home1/tdanis/Software/AliTV-perl-interface/bin/../lib/AliTV.pm line 99.

Unable to find lastz at /home1/tdanis/Software/AliTV-perl-interface/bin/../lib/AliTV.pm line 99.

Thank you

iimog commented 4 years ago

This error indicates that lastz is not found. This is an external dependency that is not shipped with AliTV. You can find it here: https://github.com/lastz/lastz AliTV looks for lastz in your $PATH so if you can run lastz on the command line, AliTV should also be able to locate it.

Tdanis commented 4 years ago

Thank you it is ok now.