-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from galaxyproteomics/17.05
update to 17.05
- Loading branch information
Showing
5 changed files
with
14 additions
and
206 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,22 +13,17 @@ git: | |
submodules: false | ||
|
||
before_install: | ||
- export GALAXY_TRAVIS_USER=galaxy | ||
- export GALAXY_UID=1450 | ||
- export GALAXY_GID=1450 | ||
- export GALAXY_HOME=/home/galaxy | ||
- export [email protected] | ||
- export [email protected] | ||
- export GALAXY_USER_PASSWD=admin | ||
- export BIOBLEND_GALAXY_API_KEY=admin | ||
- export BIOBLEND_GALAXY_URL=http://localhost:8080 | ||
- wget https://raw.githubusercontent.com/bgruening/galaxy-flavor-testing/master/Makefile | ||
- make docker_install | ||
- travis_wait 75 make docker_build | ||
- make docker_run | ||
- sleep 300 | ||
|
||
- sudo apt-get update -qq | ||
- sudo apt-get install docker-engine --no-install-recommends -y -o Dpkg::Options::="--force-confmiss" -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" | ||
|
||
- docker --version | ||
- docker info | ||
install: | ||
- make install | ||
|
||
script: | ||
- travis_wait 45 docker build -t galaxy-docker/test . | ||
|
||
- make test_api | ||
- make test_ftp | ||
- make test_bioblend | ||
#- make test_docker_in_docker |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,13 @@ | ||
# Galaxy - GalaxyP | ||
# | ||
# VERSION 0.1 | ||
|
||
FROM quay.io/bgruening/galaxy:17.01 | ||
FROM bgruening/galaxy-sequence-tools:17.05 | ||
|
||
MAINTAINER Björn A. Grüning, [email protected] | ||
|
||
ENV GALAXY_CONFIG_BRAND Galaxy for Proteomic Research | ||
|
||
# Install tools | ||
ADD galaxyp.yaml $GALAXY_ROOT/tools.yaml | ||
ADD galaxyp_wf.yaml $GALAXY_ROOT/workflows.yaml | ||
|
||
RUN install-tools $GALAXY_ROOT/workflows.yaml && \ | ||
install-tools $GALAXY_ROOT/tools.yaml | ||
|
||
# Data libraries | ||
ADD library_data.yaml $GALAXY_ROOT/library_data.yaml | ||
|
||
# Download training data and populate the data library | ||
RUN startup_lite && \ | ||
sleep 60 && \ | ||
. $GALAXY_VIRTUAL_ENV/bin/activate && \ | ||
python /usr/local/lib/python2.7/dist-packages/ephemeris/setup_data_libraries.py -i $GALAXY_ROOT/library_data.yaml && \ | ||
workflow-install --workflow_path $GALAXY_HOME/workflows/ -g http://localhost:8080 -u $GALAXY_DEFAULT_ADMIN_USER -p $GALAXY_DEFAULT_ADMIN_PASSWORD | ||
RUN install-tools $GALAXY_ROOT/tools.yaml && \ | ||
/tool_deps/_conda/bin/conda clean --tarballs |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.