Skip to content

Commit 61ccd53

Browse files
committed
Add debian package beagle/4.1160727-86adfsg-1-deb/Dockerfile
1 parent b84bfa2 commit 61ccd53

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
FROM biocontainers/biocontainers:debian-stretch-backports
2+
MAINTAINER biocontainers <[email protected]>
3+
LABEL software="beagle" \
4+
container="beagle" \
5+
about.summary="Genotype calling, genotype phasing and imputation of ungenotyped markers" \
6+
about.home="https://faculty.washington.edu/browning/beagle/beagle.html" \
7+
software.version="4.1160727-86adfsg-1-deb" \
8+
version="1" \
9+
extra.identifiers.biotools="beagle" \
10+
about.copyright="2013-2016 Brian L. Browning" \
11+
about.license="GPL-3+" \
12+
about.license_file="/usr/share/doc/beagle/copyright" \
13+
extra.binaries="/usr/bin/beagle,/usr/bin/bref" \
14+
about.tags="field::biology, field::biology:bioinformatics, implemented-in::java,:commandline, role::program, use::analysing"
15+
16+
ENV DEBIAN_FRONTEND noninteractive
17+
RUN apt-get update && apt-get install -y beagle && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
18+
USER biodocker

0 commit comments

Comments
 (0)