Skip to content

Commit b84bfa2

Browse files
committed
Add debian package bcftools/1.3.1-1b1-deb/Dockerfile
1 parent c3c73fb commit b84bfa2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bcftools/1.3.1-1b1-deb/Dockerfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FROM biocontainers/biocontainers:debian-stretch-backports
2+
MAINTAINER biocontainers <[email protected]>
3+
LABEL software="bcftools" \
4+
container="bcftools" \
5+
about.summary="genomic variant calling and manipulation of VCF/BCF files" \
6+
about.home="http://samtools.github.io/bcftools/" \
7+
software.version="1.3.1-1b1-deb" \
8+
version="1" \
9+
about.license_file="/usr/share/doc/bcftools/copyright" \
10+
extra.binaries="/usr/bin/bcftools,/usr/bin/color-chrs.pl,/usr/bin/guess-ploidy.py,/usr/bin/plot-roh.py,/usr/bin/plot-vcfstats,/usr/bin/run-roh.pl,/usr/bin/vcfutils.pl" \
11+
about.tags="implemented-in::c, role::program"
12+
13+
ENV DEBIAN_FRONTEND noninteractive
14+
RUN apt-get update && apt-get install -y bcftools && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
15+
USER biodocker

0 commit comments

Comments
 (0)