Skip to content

Commit

Permalink
add bioconda channel to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Dec 21, 2015
1 parent 4d66f7a commit 2e1e895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ hash -r
# install cgat environment and additional packages: Pillow, seaborn
conda update -q conda --yes
conda info -a
conda create -q -n $CONDA_INSTALL_TYPE --override-channels --channel https://conda.binstar.org/cgat --channel defaults --channel https://conda.binstar.org/r --channel https://conda.binstar.org/asmeurer --yes $CONDA_INSTALL_TYPE gcc=4.8.3 Pillow seaborn
conda create -q -n $CONDA_INSTALL_TYPE --override-channels --channel https://conda.binstar.org/cgat --channel defaults --channel https://conda.anaconda.org/bioconda --channel https://conda.binstar.org/r --channel https://conda.binstar.org/asmeurer --yes $CONDA_INSTALL_TYPE gcc=4.8.3 Pillow seaborn

# The following packages will be pulled in through pip:
# mpld3
Expand Down

0 comments on commit 2e1e895

Please sign in to comment.