Skip to content

Commit

Permalink
Add debian package seer/1.1.2-3-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 5, 2018
1 parent bc755d2 commit cb7a941
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions seer/1.1.2-3-deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="seer" \
container="seer" \
about.summary="genomic sequence element (kmer) enrichment analysis" \
about.home="https://github.com/johnlees/seer" \
software.version="1.1.2-3-deb" \
version="1" \
about.copyright="2015-2016 John Lees <john@johnlees.me>" \
about.license="GPL-2+" \
about.license_file="/usr/share/doc/seer/copyright" \
extra.binaries="/usr/bin/R_mds,/usr/bin/blast_top_hits,/usr/bin/combineKmers,/usr/bin/filter_seer,/usr/bin/hits_to_fastq,/usr/bin/kmds,/usr/bin/map_back,/usr/bin/mapping_to_phandango,/usr/bin/mash2matrix,/usr/bin/reformat_output,/usr/bin/seer" \
about.tags=""

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

0 comments on commit cb7a941

Please sign in to comment.