... | @@ -1938,3 +1938,28 @@ wheel 0.34.2 |
... | @@ -1938,3 +1938,28 @@ wheel 0.34.2 |
|
(Project-A) [username@res-hpc-lo01 ~]$ deactivate
|
|
(Project-A) [username@res-hpc-lo01 ~]$ deactivate
|
|
[username@res-hpc-lo01 ~]$
|
|
[username@res-hpc-lo01 ~]$
|
|
```
|
|
```
|
|
|
|
|
|
|
|
### Conda, Anaconda, Miniconda and Bioconda
|
|
|
|
|
|
|
|
#### Conda
|
|
|
|
Conda is an open source package management system and environment management system that runs on Windows, macOS and Linux. Conda quickly installs, runs and updates packages and their dependencies. Conda easily creates, saves, loads and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language.
|
|
|
|
|
|
|
|
https://docs.conda.io/en/latest/#
|
|
|
|
|
|
|
|
#### Anaconda
|
|
|
|
https://www.anaconda.com/
|
|
|
|
https://www.anaconda.com/products/individual
|
|
|
|
|
|
|
|
#### Miniconda
|
|
|
|
|
|
|
|
Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Use the conda install command to install 720+ additional conda packages from the Anaconda repository.
|
|
|
|
|
|
|
|
https://docs.conda.io/en/latest/miniconda.html
|
|
|
|
|
|
|
|
#### Bioconda
|
|
|
|
|
|
|
|
Bioconda is a channel for the conda package manager specializing in bioinformatics software.
|
|
|
|
|
|
|
|
https://bioconda.github.io/#
|
|
|
|
https://bioconda.github.io/user/index.html
|
|
|
|
|