-
Notifications
You must be signed in to change notification settings - Fork 13
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 #13 from bgruening/17.05
update to latest galaxy release
- Loading branch information
Showing
2 changed files
with
3 additions
and
15 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,17 +1,13 @@ | ||
# Galaxy - RNA-Seq | ||
|
||
FROM bgruening/galaxy-stable:17.01 | ||
FROM bgruening/galaxy-stable:17.05 | ||
|
||
MAINTAINER Björn A. Grüning, bjoern.gruening@gmail.com | ||
|
||
ENV GALAXY_CONFIG_BRAND NGS-preprocessing | ||
ENV ENABLE_TTS_INSTALL True | ||
|
||
# Enable Conda dependency resolution | ||
ENV GALAXY_CONFIG_CONDA_AUTO_INSTALL=True \ | ||
GALAXY_CONFIG_CONDA_AUTO_INIT=True | ||
|
||
# Install tools | ||
ADD ngs_preprocessing.yml $GALAXY_ROOT/tools.yaml | ||
COPY ngs_preprocessing.yml $GALAXY_ROOT/tools.yaml | ||
|
||
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