Skip to content

Commit

Permalink
Add debian package prank/0.0.150803-2-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jun 1, 2018
1 parent 4a24e27 commit 282b7e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions prank/0.0.150803-2-deb/Dockerfile
@@ -0,0 +1,18 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="prank" \
container="prank" \
about.summary="Probabilistic Alignment Kit for DNA, codon and amino-acid sequences" \
about.home="http://wasabiapp.org/software/prank/" \
software.version="0.0.150803-2-deb" \
version="1" \
extra.identifiers.biotools="prank" \
about.copyright=" 2005-2015 Ari Loytynoja <ari.loytynoja@gmail.com>" \
about.license="GPL-2+" \
about.license_file="/usr/share/doc/prank/copyright" \
extra.binaries="/usr/bin/prank" \
about.tags=""

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y prank && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

1 comment on commit 282b7e7

@osallou
Copy link
Contributor Author

@osallou osallou commented on 282b7e7 Jun 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No prank/0.0.150803-2-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.