Install FastANI

https://github.com/ParBLiSS/FastANI

https://github.com/ParBLiSS/FastANI/blob/master/INSTALL.txt

Install required system tools

→ Install autoconf and GNU M4

→ Install GLS - GNU Scientific library

Install FastANI

# download

wget https://github.com/ParBLiSS/FastANI/archive/master.zip

# decompress

unzip master.zip

cd FastANI-master/

# install FastANI, using GSL location /usr/ of CentOS, see other → configure options

autoconf

./configure --with-gsl=/usr/

make

https://github.com/ParBLiSS/FastANI/blob/master/INSTALL.txt