-
Notifications
You must be signed in to change notification settings - Fork 134
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 #233 from mvdbeek/release_16.07_conda_hotfix
Get 16.07 branch, install 4.05 conda before downgrading
- Loading branch information
Showing
6 changed files
with
20 additions
and
22 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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
[submodule "galaxy/roles/galaxyproject.galaxyextras"] | ||
path = galaxy/roles/galaxyprojectdotorg.galaxyextras | ||
url = https://github.com/galaxyproject/ansible-galaxy-extras | ||
[submodule "galaxy/roles/galaxy-tools-playbook"] | ||
path = galaxy/roles/galaxy-tools-playbook | ||
url = https://github.com/afgane/galaxy-tools-playbook | ||
[submodule "galaxy/roles/galaxy-postgresql"] | ||
path = galaxy/roles/galaxy-postgresql | ||
url = https://github.com/galaxyproject/ansible-postgresql |
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 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ MAINTAINER Björn A. Grüning, [email protected] | |
# * Enable the @natefoo magic | ||
# Web server infrastructure matching usegalaxy.org - supervisor, uwsgi, and nginx. | ||
|
||
ENV GALAXY_RELEASE=dev \ | ||
ENV GALAXY_RELEASE=release_16.07 \ | ||
GALAXY_REPO=https://github.com/galaxyproject/galaxy \ | ||
GALAXY_ROOT=/galaxy-central \ | ||
GALAXY_CONFIG_DIR=/etc/galaxy | ||
|
@@ -64,7 +64,7 @@ RUN apt-get -qq update && apt-get install --no-install-recommends -y apt-transpo | |
apt-get install --no-install-recommends -y mercurial python-psycopg2 postgresql-9.3 sudo samtools python-virtualenv \ | ||
nginx-extras=1.4.6-1ubuntu3.4ppa1 nginx-common=1.4.6-1ubuntu3.4ppa1 uwsgi uwsgi-plugin-python supervisor lxc-docker-1.9.1 slurm-llnl slurm-llnl-torque libswitch-perl \ | ||
slurm-drmaa-dev proftpd proftpd-mod-pgsql libyaml-dev nodejs-legacy npm ansible \ | ||
nano nmap lynx vim curl python-pip python-gnuplot python-rpy2 python-psutil condor python-ldap \ | ||
nano nmap lynx vim curl python-crypto python-pip python-gnuplot python-rpy2 python-psutil condor python-ldap \ | ||
gridengine-common gridengine-drmaa1.0 && \ | ||
pip install --upgrade pip && \ | ||
pip install ephemeris && \ | ||
|
@@ -91,6 +91,7 @@ RUN mkdir $GALAXY_ROOT && \ | |
RUN su $GALAXY_USER -c "cp $GALAXY_ROOT/config/galaxy.ini.sample $GALAXY_CONFIG_FILE" | ||
ADD ./reports_wsgi.ini.sample $GALAXY_CONFIG_DIR/reports_wsgi.ini | ||
|
||
ADD sample_tool_list.yaml $GALAXY_HOME/ephemeris/sample_tool_list.yaml | ||
ADD roles/ /tmp/ansible/roles | ||
ADD provision.yml /tmp/ansible/provision.yml | ||
ADD postgresql_provision.yml /tmp/ansible/postgresql_provision.yml | ||
|
@@ -161,10 +162,10 @@ RUN ./scripts/common_startup.sh && \ | |
# Install all required Node dependencies. This is required to get proxy support to work for Interactive Environments | ||
cd $GALAXY_ROOT/lib/galaxy/web/proxy/js && \ | ||
npm install && \ | ||
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \ | ||
bash Miniconda3-latest-Linux-x86_64.sh -b -p $GALAXY_CONDA_PREFIX && \ | ||
rm Miniconda3-latest-Linux-x86_64.sh && \ | ||
$GALAXY_CONDA_PREFIX/bin/conda install conda==3.19.3 | ||
wget https://repo.continuum.io/miniconda/Miniconda3-4.0.5-Linux-x86_64.sh && \ | ||
bash Miniconda3-4.0.5-Linux-x86_64.sh -b -p $GALAXY_CONDA_PREFIX && \ | ||
rm Miniconda3-4.0.5-Linux-x86_64.sh && \ | ||
$GALAXY_CONDA_PREFIX/bin/conda install -y conda==3.19.3 | ||
|
||
# Container Style | ||
ADD GalaxyDocker.png $GALAXY_CONFIG_DIR/web/welcome_image.png | ||
|
@@ -189,10 +190,6 @@ RUN rm $PG_DATA_DIR_DEFAULT -rf && \ | |
python /usr/local/bin/create_galaxy_user.py --user $GALAXY_DEFAULT_ADMIN_USER --password $GALAXY_DEFAULT_ADMIN_PASSWORD -c $GALAXY_CONFIG_FILE --key $GALAXY_DEFAULT_ADMIN_KEY && \ | ||
service postgresql stop | ||
|
||
# Add Ansible playbook for installing tools | ||
ADD roles/galaxy-tools-playbook $GALAXY_HOME/ansible/galaxy-tools-playbook | ||
RUN chown -R $GALAXY_USER:$GALAXY_USER $GALAXY_HOME/ansible | ||
|
||
# Activate additional Tool Sheds | ||
# Activate the Test Tool Shed during runtime, useful for testing repositories. | ||
ADD ./tool_sheds_conf.xml $GALAXY_HOME/tool_sheds_conf.xml | ||
|
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
Submodule galaxy-tools-playbook
deleted from
a25348
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This is just a sample file. For a fully documented version of this file, see | ||
# https://github.com/galaxyproject/ansible-galaxy-tools/blob/master/files/tool_list.yaml.sample | ||
tools: | ||
- name: 'column_maker' | ||
owner: 'devteam' | ||
tool_panel_section_label: 'Columnmaker section' | ||
- name: 'tabular_to_fasta' | ||
owner: 'devteam' | ||
tool_panel_section_label: 'New Converters' | ||
revisions: | ||
- '0b4e36026794' # v1.1.0 |