メタゲノムwindows解析

Windowsで解析する場合のインストール方法

まずはWSL Ubuntuを起動し、パッケージマネジャを更新します。WSL Ubuntuで下記のコマンドを入力してください。

sudo apt update

実行したら、パスワードを聞かれるので、「programming」と入力します。入力しても何も表示されませんが、ちゃんと入力されていますので、「programming」と入力して「Enter」キーを押してください。更新したら下記のコマンドでBlastをインストールします。

sudo apt install -y ncbi-blast+

makeblastdb や blastn といったコマンドが使えるようになっているはずです。

下記のコマンドを入力します。

sudo apt install -y fastqc

ファイルダウンロード用のcurlコマンドをインストールしておきます。

sudo apt install -y curl

https://software-ab.informatik.uni-tuebingen.de/download/megan6/welcome.html

から

https://software-ab.informatik.uni-tuebingen.de/download/megan6/MEGAN_Community_windows-x64_6_20_8.exe

をダウンロードしてインストールを進める。途中で下記の画面で使用するメモリの最大値を設定するところがあるので、6,000 MBに上げておく。デフォルトの2,000 MBでは不足する。


Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/webpark1634/www/yosh/lib/plugins/authplain/auth.php on line 420
dokuwiki\Exception\FatalException: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes)

dokuwiki\Exception\FatalException: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes)

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the authplain plugin.

More info has been written to the DokuWiki error log.