Skip to content

Commit

Permalink
Merge pull request #13 from bgruening/17.05
Browse files Browse the repository at this point in the history
update to latest galaxy release
  • Loading branch information
bgruening authored May 31, 2017
2 parents 5d5606f + f6b4521 commit 614c8a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
10 changes: 3 additions & 7 deletions Dockerfile
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
8 changes: 0 additions & 8 deletions ngs_preprocessing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ tools:
- name: data_manager_bwa_mem_index_builder
owner: devteam

- name: suite_deeptools
owner: bgruening
tool_panel_section_label: "deepTools"

- name: deeptools_bigwig_compare
owner: bgruening
tool_panel_section_label: "deepTools"
Expand Down Expand Up @@ -129,7 +125,3 @@ tools:
- name: bedtools
owner: iuc
tool_panel_section_label: "BED Tools"




0 comments on commit 614c8a6

Please # to comment.