Created
June 10, 2016 14:27
-
-
Save ctokheim/8f18c9a4bb3f64a108dbb3c642442676 to your computer and use it in GitHub Desktop.
Conda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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