-
Notifications
You must be signed in to change notification settings - Fork 135
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 #467 from bgruening/dev
18.09 release
- Loading branch information
Showing
31 changed files
with
518 additions
and
126 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,7 +1,7 @@ | ||
[submodule "galaxy/roles/galaxyproject.galaxyextras"] | ||
path = galaxy/roles/galaxyprojectdotorg.galaxyextras | ||
url = https://github.com/galaxyproject/ansible-galaxy-extras | ||
branch = 18.01 | ||
branch = 18.09 | ||
[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
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
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
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,23 @@ | ||
# This file is setting up a composed Galaxy instance with support | ||
# for submitting SLURM. | ||
# Docker compose will use parameters specified in an `.env` file | ||
# next to the docker-compose.yml file. | ||
# We recommend to symlink this file and play around with different | ||
# Galaxy deployments. | ||
# ln -sf .env_slurm .env | ||
|
||
TAG=18.09 | ||
|
||
# default destination is our SLURM cluster with Singularity enabled | ||
GALAXY_DESTINATIONS_DEFAULT=slurm_cluster_singularity | ||
GALAXY_RUNNERS_ENABLE_SLURM=True | ||
|
||
# With this Galaxy will search for mulled based images (in /export/database/container_images/singularity/mulled/) | ||
GALAXY_CONFIG_ENABLE_BETA_MULLED_CONTAINERS=True | ||
|
||
GALAXY_CONFIG_TOOL_CONFIG_FILE=config/tool_conf.xml.sample,config/shed_tool_conf.xml,/export/cat_tool_conf.xml | ||
|
||
GALAXY_SINGULARITY_VOLUMES=$tool_directory:rw,$working_directory:rw,$default_file_path:rw | ||
|
||
GALAXY_CONFIG_CLEANUP_JOB=onsuccess | ||
GALAXY_PORT=8080 |
Oops, something went wrong.