Skip to content

Commit

Permalink
Merge af98e70 into c1cdf63
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Sep 7, 2021
2 parents c1cdf63 + af98e70 commit 4f4de15
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions containers/glnexus/Dockerfile
@@ -0,0 +1,26 @@
################## BASE IMAGE ######################

FROM clinicalgenomics/mip_base:2.1

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

LABEL base_image="clinicalgenomics/mip_base:2.1"
LABEL version="1"
LABEL software="glnexus"
LABEL software.version="1.4.1"
LABEL extra.binaries="glnexus"
LABEL maintainer="Clinical-Genomics/MIP"

WORKDIR /app

ENV PATH="/app:${PATH}"

RUN apt-get update && \
apt-get install -y --no-install-recommends \
libc6 \
ca-certificates

RUN wget --no-verbose https://github.com/dnanexus-rnd/GLnexus/releases/download/v1.4.1/glnexus_cli

RUN chmod 700 /app/glnexus_cli

2 changes: 1 addition & 1 deletion templates/mip_install_config.yaml
Expand Up @@ -97,7 +97,7 @@ container:
glnexus:
executable:
glnexus_cli:
uri: ghcr.io/dnanexus-rnd/glnexus:v1.4.1
uri: docker.io/clinicalgenomics/glnexus:v1.4.1
hmtnote:
executable:
hmtnote:
Expand Down

0 comments on commit 4f4de15

Please sign in to comment.