Skip to content

Commit 6525e00

Browse files
committed
Add debian package aragorn/1.2.38-2-deb/Dockerfile
1 parent 7f6c6fe commit 6525e00

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

aragorn/1.2.38-2-deb/Dockerfile

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
2+
MAINTAINER biocontainers <[email protected]>
3+
LABEL software="aragorn" \
4+
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
5+
container="aragorn" \
6+
about.summary="tRNA and tmRNA detection in nucleotide sequences" \
7+
about.home="http://mbio-serv2.mbioekol.lu.se/ARAGORN/" \
8+
software.version="1.2.38-2-deb" \
9+
upstream.version="1.2.38" \
10+
version="1" \
11+
about.copyright="2003-2015 Dean Laslett <[email protected]>" \
12+
about.license="GPL-2+" \
13+
about.license_file="/usr/share/doc/aragorn/copyright" \
14+
extra.binaries="/usr/bin/aragorn" \
15+
about.tags="field::biology, field::biology:bioinformatics, implemented-in::c,:commandline, role::program, scope::utility, use::analysing,:searching, works-with-format::plaintext,:biological-sequence"
16+
17+
USER root
18+
ENV DEBIAN_FRONTEND noninteractive
19+
RUN apt-get update && (apt-get install -t buster-backports -y aragorn || apt-get install -y aragorn) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
20+
USER biodocker

0 commit comments

Comments
 (0)