Install FastANI
https://github.com/ParBLiSS/FastANI
https://github.com/ParBLiSS/FastANI/blob/master/INSTALL.txt
Install required system tools
Install required system tools
→ Install GLS - GNU Scientific library
Install FastANI
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