Skip to content

Commit

Permalink
Add debian package gemma/0.98.1dfsg-1-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Sep 12, 2019
1 parent ab0d828 commit 846d954
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions gemma/0.98.1dfsg-1-deb/Dockerfile
@@ -0,0 +1,21 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="gemma" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="gemma" \
about.summary="Genome-wide Efficient Mixed Model Association" \
about.home="http://www.xzlab.org/software.html" \
software.version="0.98.1dfsg-1-deb" \
upstream.version="0.98.1" \
version="1" \
extra.identifiers.biotools="gemma" \
about.copyright="2012-2017 Xiang Zhou <xiang.zhou.email@gmail.com>" \
about.license="GPL-3.0+" \
about.license_file="/usr/share/doc/gemma/copyright" \
extra.binaries="/usr/bin/gemma" \
about.tags=""

USER root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && (apt-get install -t buster-backports -y gemma || apt-get install -y gemma) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

1 comment on commit 846d954

@biocontainers-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No gemma/0.98.1dfsg-1-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.