salmon gets installed but while running Trinity it still keeps reminding
1
0
Entering edit mode
4.2 years ago
citronxu ▴ 20

Hello guys,

I tried two methods to install Salmon, one by simply downloading zipped file 'salmon-latest_linux_x86_64' and unzipping it, then moved it to the folder where my Trinity located - "/usr/local/bin".

I also downloaded the source.zip and through a series of commands, 'mkdir build', 'cmake', 'make', 'make install', ended up with successful installation.

However, when I was about to run Trinity, it kept telling me to install Salmon first... and when I type 'which salmon' get nothing returned. I wonder if I should place salmon in a specific folder where the system could identify it? or should I add its path to system file by which the system could call it (something like export PATH...?)?

many thanks in advance.

software error assembly • 1.1k views
ADD COMMENT
0
Entering edit mode
4.2 years ago

exactly, when you want to ensure salmon is available for all other tools on you system you should add its location on your file system to the PATH variable

ADD COMMENT
0
Entering edit mode

Hi, thanks for reply, But which command or code I should use then?

ADD REPLY
0
Entering edit mode

Check this link for making changes to your $PATH variable.

ADD REPLY

Login before adding your answer.

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