Skip to content

Commit

Permalink
Add debian package fast5/0.6.5-2b1-deb-py3/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Sep 12, 2019
1 parent e79c223 commit a871630
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fast5/0.6.5-2b1-deb-py3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="fast5" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="fast5" \
about.summary="library for reading Oxford Nanopore Fast5 files -- Python 3" \
about.home="https://github.com/mateidavid/fast5" \
software.version="0.6.5-2b1-deb-py3" \
upstream.version="0.6.5" \
version="1" \
about.license="custom, see /usr/share/doc/fast5/copyright" \
about.license_file="/usr/share/doc/fast5/copyright" \
about.tags=""

USER root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && (apt-get install -t buster-backports -y python3-fast5 || apt-get install -y python3-fast5) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

1 comment on commit a871630

@biocontainers-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

No fast5/0.6.5-2b1-deb-py3/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.