File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
pilon/1.22dfsg-1bpo91-deb Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM biocontainers/biocontainers:debian-stretch-backports
2+ MAINTAINER biocontainers <
[email protected] >
3+ LABEL software="pilon" \
4+ container="pilon" \
5+ base_image="biocontainers/biocontainers:debian-stretch-backports" \
6+ about.summary="automated genome assembly improvement and variant detection tool" \
7+ about.home="https://github.com/broadinstitute/pilon/wiki" \
8+ software.version="1.22dfsg-1bpo91-deb" \
9+ version="1" \
10+ extra.identifiers.biotools="pilon" \
11+ about.license="custom, see /usr/share/doc/pilon/copyright" \
12+ about.license_file="/usr/share/doc/pilon/copyright" \
13+ extra.binaries="/usr/bin/pilon" \
14+ about.tags=""
15+
16+ ENV DEBIAN_FRONTEND noninteractive
17+ RUN apt-get update && apt-get install -y pilon && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
18+ USER biodocker
You can’t perform that action at this time.
0 commit comments