... | @@ -1941,6 +1941,14 @@ wheel 0.34.2 |
... | @@ -1941,6 +1941,14 @@ wheel 0.34.2 |
|
|
|
|
|
### Conda, Anaconda, Miniconda and Bioconda
|
|
### Conda, Anaconda, Miniconda and Bioconda
|
|
|
|
|
|
|
|
If you have to install, setup and work with a complex program/project you should make use of the **conda** tool.
|
|
|
|
Conda it self is a package management system, while *anaconda*, *miniconda* and *bioconda* provides you with a virtual Python environment and a lot of optimized Python packages, especially for researchers and scientists.
|
|
|
|
These packages you can easily install with this environment.
|
|
|
|
|
|
|
|
* Anaconda - collection with the mose packages
|
|
|
|
* Miniconda - light-weighted Anaconda version (you should start with this version)
|
|
|
|
* Bioconda - specializing in bio-informatics software
|
|
|
|
|
|
#### Conda
|
|
#### 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.
|
|
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.
|
|
|
|
|
... | @@ -1963,5 +1971,5 @@ Bioconda is a channel for the conda package manager specializing in bioinformati |
... | @@ -1963,5 +1971,5 @@ Bioconda is a channel for the conda package manager specializing in bioinformati |
|
|
|
|
|
[Bioconda website](https://bioconda.github.io/#)
|
|
[Bioconda website](https://bioconda.github.io/#)
|
|
|
|
|
|
[Bioconda](https://bioconda.github.io/user/index.html)
|
|
[Bioconda documentation](https://bioconda.github.io/user/index.html)
|
|
|
|
|