Skip to content

Commit

Permalink
Add debian package fastlink/4.1P-fix100dfsg-2-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Sep 12, 2019
1 parent d0c3e78 commit 56ff437
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions fastlink/4.1P-fix100dfsg-2-deb/Dockerfile
@@ -0,0 +1,19 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="fastlink" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="fastlink" \
about.summary="faster version of pedigree programs of Linkage" \
about.home="https://www.ncbi.nlm.nih.gov/CBBResearch/Schaffer/fastlink.html" \
software.version="4.1P-fix100dfsg-2-deb" \
version="1" \
about.copyright="(C) 2000-2007 Alejandro Schaffer <schaffer@nchgr.nih.gov>" \
about.license="GPL-2+" \
about.license_file="/usr/share/doc/fastlink/copyright" \
extra.binaries="/usr/bin/ilink,/usr/bin/linkmap,/usr/bin/lodscore,/usr/bin/mlink,/usr/bin/unknown" \
about.tags="field::biology, field::biology:bioinformatics, implemented-in::c,:commandline, role::program, scope::utility, use::analysing,:comparing, works-with-format::TODO, works-with::TODO"

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

1 comment on commit 56ff437

@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 fastlink/4.1P-fix100dfsg-2-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.