installing fastANI via conda install -c bioconda fastani pulls gsl version 2.7
attempting to run fastANI then gives
fastANI: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory
current fastANI version is 1.34
downgrading gsl to 2.7 from 2.7.1 via the suggestion in #96 fixes issue
conda install -c conda-forge gsl=2.7=he838d99_0
installing fastANI via
conda install -c bioconda fastani
pulls gsl version 2.7 attempting to run fastANI then givesfastANI: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory
current fastANI version is 1.34
downgrading gsl to 2.7 from 2.7.1 via the suggestion in #96 fixes issue
conda install -c conda-forge gsl=2.7=he838d99_0
related to #96 and https://github.com/Ecogenomics/GTDBTk/issues/505