Skip to content

Commit

Permalink
Merge pull request #419 from abretaud/ephemeris
Browse files Browse the repository at this point in the history
Ephemeris<0.8 for 17.09
  • Loading branch information
bgruening authored Feb 24, 2018
2 parents fa5b0a1 + 12c9b40 commit 1b028a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ script:
# Test the Conda installation
- docker_exec_run bash -c 'export PATH=$GALAXY_CONFIG_TOOL_DEPENDENCY_DIR/_conda/bin/:$PATH && conda --version && conda install samtools -c bioconda --yes'
# Test Docker in Docker, used by Interactive Environments; This needs to be at the end as Docker takes some time to start.
- docker_exec docker info
#- docker_exec docker info
# Check if the database image matches the current galaxy version
- |
if [ "${COMPOSE_SLURM}" ] || [ "${KUBE}" ] || [ "${COMPOSE_CONDOR_DOCKER}" ] || [ "${COMPOSE_SLURM_SINGULARITY}" ]
Expand Down
3 changes: 2 additions & 1 deletion galaxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ RUN mkdir $GALAXY_ROOT && \
mkdir -p $GALAXY_CONFIG_DIR $GALAXY_CONFIG_DIR/web && \
chown -R $GALAXY_USER:$GALAXY_USER $GALAXY_CONFIG_DIR && \
$GALAXY_VIRTUAL_ENV/bin/pip2 install pip --upgrade && \
$GALAXY_VIRTUAL_ENV/bin/pip2 install --extra-index-url https://wheels.galaxyproject.org/ uwsgi -v --pre && \
$GALAXY_VIRTUAL_ENV/bin/pip2 install --extra-index-url https://wheels.galaxyproject.org/ uwsgi==2.0.15 -v --pre && \
chown -R $GALAXY_USER:$GALAXY_USER $GALAXY_VIRTUAL_ENV && \
rm -rf ~/.cache/

RUN su $GALAXY_USER -c "cp $GALAXY_ROOT/config/galaxy.ini.sample $GALAXY_CONFIG_FILE"
Expand Down

0 comments on commit 1b028a4

Please sign in to comment.