bbuchfink / diamond

Accelerated BLAST compatible local sequence aligner.
GNU General Public License v3.0
994 stars 183 forks source link

install diamond #744

Open vahidodin opened 9 months ago

vahidodin commented 9 months ago

Hi whenever I try to install diamond using Conda, I get the below error : Screenshot (248)

I've tested the following commands didn't work:

conda install -c bioconda diamond conda install -c "bioconda/label/cf201901" diamond conda install -c bioconda -c conda-forge diamond

what should I do to install diamond on anaconda?

kashutk commented 9 months ago

Went through that last night, make a new environment in Conda. It worked for me.

vahidodin commented 9 months ago

Went through that last night, make a new environment in Conda. It worked for me.

Thanks ... it takes a lot of energy to reinstall necessary requirements :)

parsanayyara commented 6 months ago

Having the same issue! Tried creating a new environment and it's still giving the same issue (package not available). Tried installing via the windows .exe file (from https://github.com/bbuchfink/diamond/releases) too. Any suggestions on how to install it in windows?