0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

NGS解析のための環境設定

Last updated at Posted at 2021-09-14

まずは環境を整える。

SRAファイルとは?

SRAファイルとは、
NCBI SRAから持ってくることが多い。

環境設定

Homebrewのインストール
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Homebrewとは、ーーーーーーーー

NCBIのSRAファイルをダウンロードする。

中川真一先生のブログ

SRAtoolkitのインストール

SRAtoolkitとは、SRAファイルを色々扱えるやつである。
homebrewに移動
この作業はhomebrewの場所が変更されたらしいので必要
https://qiita.com/epsilonminder/items/e3b1fc00edb63cb3a32b

$brew tap brewsci/bio
SRAtoolkitをインストール 
$brew install sratoolkit 

HISAT2のインストール

HISAT2はマッピングソフトの1種である。
HISAT2をインストール
$brew install hisat2 

参考サイト

https://qiita.com/epsilonminder/items/e3b1fc00edb63cb3a32b
https://ncrna.jp/blog/item/385-2018-aspera-connect-hisat2

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?