Skip to content

Instantly share code, notes, and snippets.

@ctokheim
Created June 10, 2016 14:27
Show Gist options
  • Save ctokheim/8f18c9a4bb3f64a108dbb3c642442676 to your computer and use it in GitHub Desktop.
Save ctokheim/8f18c9a4bb3f64a108dbb3c642442676 to your computer and use it in GitHub Desktop.
Conda
# create a new environment with a file specifying the required packages
# -c bioconda adds a channel for bioinformatic packages
conda create -n myenv_name -c bioconda --file requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment