Skip to content

Commit

Permalink
updating genmod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Nov 9, 2023
1 parent cd1f198 commit 1577f45
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions containers/genmod/Dockerfile
@@ -1,21 +1,17 @@
################## BASE IMAGE ######################

FROM clinicalgenomics/mip_base:2.1
FROM condaforge/mambaforge:23.1.0-4

################## METADATA ######################

LABEL base_image="clinicalgenomics/mip_base:2.1"
LABEL version="1"
LABEL base_image="condaforge/mambaforge:23.1.0-4"
LABEL version="2"
LABEL software="genmod"
LABEL software.version="3.7.3"
LABEL software.version="3.8.0"
LABEL extra.binaries="genmod"
LABEL maintainer="Clinical-Genomics/MIP"

RUN conda install pip python=3.7
RUN mamba install -y -c conda-forge -c bioconda python=3.10 pip pytabix && \
/opt/conda/bin/conda clean -ya && \
pip install --no-cache-dir genmod==3.8.0

## Clean up after conda
RUN /opt/conda/bin/conda clean -tipsy

RUN pip install --no-cache-dir genmod==3.7.3

WORKDIR /data/

0 comments on commit 1577f45

Please sign in to comment.