File tree 1 file changed +18
-0
lines changed
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="macsyfinder" \
4
+ container="macsyfinder" \
5
+ about.summary="detection of macromolecular systems in protein datasets" \
6
+ about.home="https://github.com/gem-pasteur/macsyfinder" \
7
+ software.version="1.0.2-3-deb" \
8
+ version="1" \
9
+ extra.identifiers.biotools="macsyfinder" \
10
+ about.copyright="2014 Institut Pasteur (Paris) and CNRS." \
11
+ about.license="GPL-3" \
12
+ about.license_file="/usr/share/doc/macsyfinder/copyright" \
13
+ extra.binaries="/usr/bin/macsyfinder" \
14
+ about.tags=""
15
+
16
+ ENV DEBIAN_FRONTEND noninteractive
17
+ RUN apt-get update && apt-get install -y macsyfinder && 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