Skip to content

Commit

Permalink
Add debian package bio-eagle/2.3-3-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent 903b466 commit 8cba6d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bio-eagle/2.3-3-deb/Dockerfile
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="bio-eagle" \
container="bio-eagle" \
about.summary="Haplotype phasing within a genotyped cohort or using a phased reference panel" \
about.home="https://data.broadinstitute.org/alkesgroup/Eagle/" \
software.version="2.3-3-deb" \
version="1" \
about.copyright="2015-2016 Harvard University, Po-Ru Loh" \
about.license="GPL-3+" \
about.license_file="/usr/share/doc/bio-eagle/copyright" \
extra.binaries="/usr/bin/bio-eagle" \
about.tags="field::biology, field::biology:bioinformatics, implemented-in::c++,:commandline, role::program, use::analysing"

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y bio-eagle && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

0 comments on commit 8cba6d6

Please sign in to comment.