Salmon update on Linux
2
1
Entering edit mode
16 months ago
Soumajit ▴ 40

Hello,

I am using windows subsystem Linux for sequencing analysis purposes on a Windows machine. With sudo apt install salmon the version installed is 0.12.0., which is quite an old release and lacks a few upgraded options (such as the decoy option). I have used sudo apt upgrade salmon as the result says salmon is already the newest version (0.12.0+ds1-1)

Can anyone please recommend how to get or install v1.9.0 on Linux or at least the version which is capable of understanding decoy commands?

Thanks a lot.

Linux Salmon WSL • 1.5k views
ADD COMMENT
1
Entering edit mode

bioconda or a docker container would be my go-to

ADD REPLY
1
Entering edit mode
16 months ago
ATpoint 82k

I would go for the official Linux binary:

wget -q https://github.com/COMBINE-lab/salmon/releases/download/v1.9.0/salmon-1.9.0_linux_x86_64.tar.gz
tar zxf salmon-1.9.0_linux_x86_64.tar.gz
export PATH=$PATH:path/to/salmon-1.9.0_linux_x86_64/bin

I personally had trouble with conda as it (depending on what else is in the env) downgrades salmon to ancient versions, the binary is easier.

ADD COMMENT
0
Entering edit mode
16 months ago

This is a widespread problem when trying to install packages. I mean that it is not advisable to install programs or binaries using sudo apt install

ADD COMMENT

Login before adding your answer.

Traffic: 2070 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