Skip to content

Commit

Permalink
Add debian package pirs/2.0.2dfsg-5.1b1-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jun 1, 2018
1 parent a78dcc5 commit 4064a0b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pirs/2.0.2dfsg-5.1b1-deb/Dockerfile
@@ -0,0 +1,15 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="pirs" \
container="pirs" \
about.summary="Profile based Illumina pair-end Reads Simulator" \
about.home="https://github.com/galaxy001/pirs" \
software.version="2.0.2dfsg-5.1b1-deb" \
version="1" \
about.license_file="/usr/share/doc/pirs/copyright" \
extra.binaries="/usr/bin/alignment_stator,/usr/bin/baseCalling_Matrix_analyzer,/usr/bin/baseCalling_Matrix_calculator,/usr/bin/baseCalling_Matrix_calculator.0,/usr/bin/baseCalling_Matrix_merger,/usr/bin/baseCalling_Matrix_merger.old,/usr/bin/gc_coverage_bias,/usr/bin/gc_coverage_bias_plot,/usr/bin/gethist,/usr/bin/ifollowQ,/usr/bin/ifollowQmerge,/usr/bin/ifollowQplot,/usr/bin/ifqQ,/usr/bin/indelstat_sam_bam,/usr/bin/itilestator,/usr/bin/loess,/usr/bin/pifollowQmerge,/usr/bin/pirs" \
about.tags=""

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

1 comment on commit 4064a0b

@osallou
Copy link
Contributor Author

@osallou osallou commented on 4064a0b Jun 1, 2018

Choose a reason for hiding this comment

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

No pirs/2.0.2dfsg-5.1b1-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.