This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to install fastANI in windows with WSL and ubuntu

I have windows 10 OS. i want to install fastANI. I tried to use the link https://github.com/ParBLiSS/FastANI But could not complete, because I dont know how to install it by download and compile. I have WSL and ubuntu downloaded in my computer for this purpose. Any help will be appreciated.

windows ubuntu fastani

1 answer

Have you tried downloading the compiled binary found here and checked if it works?

I downloaded it. But it is opening as a binary file with lots of alphabets and other characters. I could not install. Could you please tell how to install it using that compiled binary file?

No installation should be needed and you don't need to "open" a binary file. Simply run the program after adding execute permissions (chmod a+r fastANI).

./fastANI -h

Log in to answer this question.