update salmon with conda
3
2
Entering edit mode
3.5 years ago
eridanus ▴ 40

I have installed Salmon with conda. However, I think that an old version has been installed (I get some errors). How could I update with conda? I have tried conda update salmon but nothing happened. I could not install manually that s the reason I used conda. Any solutions? Thank you!

RNA-Seq • 6.2k views
ADD COMMENT
4
Entering edit mode
3.5 years ago

Make sure conda-forge and bioconda are in your channels: conda install -c conda-forge -c bioconda salmon=1.3.0. I assume you're not running this on Windows, since we (Bioconda) only ship for Linux and OSX at the moment.

ADD COMMENT
0
Entering edit mode

Hi thanks for this answer Devon Ryan as it ultimately led to the solution to my salmon update. however i am wondering why conda update salmon without salmon=1.9.0 doesnt look for the current version or update to the current version. Trying to understand bioconda better. Thanks!

ADD REPLY
2
Entering edit mode
3.5 years ago
Rob 6.5k

Have you tried conda install salmon=1.3.0, to specifically request the latest version? Sometimes, there are strange package conflicts, and so the other thing you can try is to create a new, blank, environment, and install salmon there.

ADD COMMENT
0
Entering edit mode

thank you for your answer! I tried your suggestion and it says PackagesNotFoundError..hmm maybe should I try docker..?

ADD REPLY
2
Entering edit mode

Let me tag @Devon Ryan here as well, since he may have an idea what's going on with bioconda.

ADD REPLY
1
Entering edit mode
3.5 years ago

PackagesNotFoundError: Do you have the bioconda channel available? You can check with:

conda config --show channels

Which should print something like:

channels:
  - conda-forge
  - bioconda
  - defaults

If you don't see bioconda there, check the installation instructions to fix it.

Also, I would suggest switching to mamba for installing packages (consider that snakemake recommends installing with mamba so it should be pretty reliable)

ADD COMMENT

Login before adding your answer.

Traffic: 1778 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6