Skip to content

Commit

Permalink
Merge pull request #9 from bgruening/python2-ie-helpers
Browse files Browse the repository at this point in the history
Add ie-helpers to python2
  • Loading branch information
bgruening committed May 10, 2016
2 parents bb29555 + 7d3ce50 commit dd42946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN conda config --add channels r && conda install --yes numpy pandas scikit-lea
# Now for a python2 environment
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 ipykernel numpy pandas scikit-learn rpy2 \
biopython scikit-image matplotlib scipy seaborn sympy cython patsy statsmodels cloudpickle dill numba bokeh && conda clean -yt && \
/bin/bash -c "source activate python2 && pip install --no-cache-dir bioblend"
/bin/bash -c "source activate python2 && pip install --no-cache-dir bioblend galaxy-ie-helpers"

RUN $CONDA_DIR/envs/python2/bin/python \
$CONDA_DIR/envs/python2/bin/ipython \
Expand Down
2 changes: 2 additions & 0 deletions startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# with the UID 1450 (preconfigured jupyter user) or a newly created 'galaxy' user
# with the same UID/GID as /import.

export PATH=/home/jovyan/.local/bin:$PATH

python /get_notebook.py

if [ ! -f /import/ipython_galaxy_notebook.ipynb ]; then
Expand Down

0 comments on commit dd42946

Please sign in to comment.