LoginSignup
1
3

More than 5 years have passed since last update.

このページではTrinityを動かすために必要なソフトウェアであるSalmonのインストール方法を記載しています。

Salmonとは

事前準備

ホームディレクトリ直下(~/)にsrcとbinを作っておきます。

/src...パッケージ等を解凍したものの置き場所。
/bin...実行ファイル置き場。

のように置き場所を決めておくと便利です。

インストール

今回インストールするものはプリコンバイル版なので、makeなどの特別な作業は必要ありません。

適当な場所にsalmon-0.12.0_linux_x86_64.zipをダウンロードします。

wget https://github.com/COMBINE-lab/salmon/releases/download/v0.12.0/salmon-0.12.0_linux_x86_64.tar.gz

以下のコマンドで解凍します。

tar xvzf salmon-0.12.0_linux_x86_64.tar.gz

解凍したものを~/srcディレクトリに配置します。

mv salmon-0.12.0_linux_x86_64 ~/src/

シンボリックリンクを貼ります。

ln -s $HOME/src/salmon-0.12.0_linux_x86_64/bin/salmon $HOME/bin
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3