Skip to content

vanallenlab/miniconda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miniconda

Miniconda is a minimal implementation of Anaconda that only contains the conda package manager and Python. These Docker images build upon Ubuntu 17.04, as oppose to the official continuumio images which use Debian. Once Miniconda is installed, you can use the conda command to install any other packages, create environments, etc.

$ conda install numpy
...
$ conda install -c bioconda samtools
...
$ conda create -n py3k anaconda python=3
...

Offical documentation

Read more about Miniconda here. This README.md file is slightly modified version of information from the official page.

Van Allen Lab hyperlinks for miniconda

Dockerhub for miniconda base images

Github repository for miniconda

Releases

No releases published

Packages

No packages published