Skip to content

Commit

Permalink
Latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Szilveszter Juhos authored and Szilveszter Juhos committed Aug 1, 2018
1 parent b348a13 commit 7d62b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions containers/sarek/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM nfcore/base:latest

LABEL \
authors="Maxime.Gracia@scilifelab.se, Szilveszter.Juhos@scilifelab.se" \
authors="Maxime.Garcia@scilifelab.se, Szilveszter.Juhos@scilifelab.se" \
description="Image with tools used in Sarek" \
maintainers="Maxime.Gracia@scilifelab.se, Szilveszter.Juhos@scilifelab.se"
maintainer="Maxime Garcia <maxime.garcia@scilifelab.se>, Szilveszter Juhos <Szilveszter.Juhos@scilifelab.se>"

COPY environment.yml /
RUN conda env update -n root -f /environment.yml && conda clean -a
ENV PATH /opt/conda/bin:$PATH
6 changes: 3 additions & 3 deletions containers/sarek/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies:
- conda-forge::openjdk=8.0.144 # Needed for FastQC docker - see bioconda/bioconda-recipes#5026
- fastqc=0.11.7
- freebayes=1.2.0
- gatk4=4.0.3.0
- htslib=1.7
- gatk4=4.0.6.0
- htslib=1.9
- igvtools=2.3.93
- manta=1.3.0
- manta=1.4.0
- multiqc=1.5
- qualimap=2.2.2a
- samtools=1.8
Expand Down

0 comments on commit 7d62b73

Please sign in to comment.