Closed jlumpe closed 2 years ago
Sorry the error is unclear to me as well. I've limited experience with bioconda. Would it help to post the issue here: https://github.com/bioconda/bioconda-recipes/issues
Yeah I wasn't sure which place would be more appropriate. I'll file an issue there as well.
Hi @cjain7
Is there a specific version of boost that is needed?
Can we mimic Mash bioconda recipe for FastANI? Boost can be replaced with gsl. https://bioconda.github.io/recipes/mash/README.html
I'll give it a try and see how it goes
@cjain7 mind taking a look at https://github.com/bioconda/bioconda-recipes/pull/33433 for me. I think I made the needed changes to use gsl instead of boost
Are their any significant differences in speed using one over the other?
Looks ok to me. Thanks for addressing this. I don't expect a runtime difference.
It's now working with version 1.33.
I've been unable to install FastANI from Bioconda in an environment using Python 3.9:
The conda output doesn't make a whole lot of sense to me but I notice that it seems to be requiring the boost version be exactly
1.70.0
, which seems overly restrictive.