Closed kelly-sovacool closed 1 year ago
Also need to install BLAST and gmap. @drewjbeh are there any other dependencies (aside from usearch) that can't be handled by pip?
There are a number of packages that can't be handled by pip, mainly the numerous R packages that mimseq needs. However, all of these including BLAST and infernal (which is where the cmalign
command is from) can indeed be handled by conda/mamba. This is why there is this recommendation.
I can update the README but the recommendation remains the same.
There was also already a section listing and talking about dependency installation in the docs
Ah I missed that in the docs, thanks @drewjbeh!
mimseq installed from source fails due to missing
cmalign
command. Likely this dependency needs to be mentioned in the README for users installing with pip?