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 5 years have passed since last update.

Compute Engineのvm instanceにbiocondaをインストールする

Posted at

Minicondaのインストール

Biocondaをインストールするには、まずAnacondaもしくはMinicondaをインストールする必要があります。
Minicondaのインストールの仕方は以下をご覧ください。
Compute Engineのvm instanceにMinicondaをインストールする

Biocondaのインストール

以下のように入力します。

conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda

これでBiocondaがインストールされます。

確認

本当にBiocondaが使えるか試してみましょう。
例として、EMBOSSをインストールしてみます。

conda install emboss

以下のように表示されればOKです。

Collecting package metadata (current_repodata.json): done
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.7.12
  latest version: 4.8.1

Please update conda by running

    $ conda update -n base -c defaults conda



## Package Plan ##

  environment location: /home/masakazu_ishikawa/miniconda3

  added / updated specs:
    - emboss


The following packages will be downloaded:
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?