Sign inSign up

jcuhpc/rdp_classifier

By jcuhpc

Updated about 8 years ago

rdp_classifier v2.10.2

Image
1

1.1K

jcuhpc/rdp_classifier repository overview

A naive Bayesian classifier that can rapidly and accurately provides taxonomic assignments from domain to genus, with confidence estimates for each assignment. Contents of Dockerfile:

FROM ubuntu:18.04 MAINTAINER [email protected]

ENV PACKAGES rdp-classifier

ENV RDP_CLASSIFIER_VERSION 2.10.2

WORKDIR /home

RUN apt-get update &&
apt-get upgrade -y &&
useradd -ms /bin/bash luser &&
printf "#!/bin/bash\nexport DEBIAN_FRONTEND=noninteractive\napt-get install -y tzdata\nln -fs /usr/share/zoneinfo/Australia/Brisbane /etc/localtime\ndpkg-reconfigure --frontend noninteractive tzdata\n" >tzinst && chmod 700 tzinst && ./tzinst && rm -f tzinst &&
apt-get install -y ${PACKAGES} &&
apt-get clean

USER luser WORKDIR /home/luser

Tag summary

Content type

Image

Digest

Size

204.2 MB

Last updated

about 8 years ago

docker pull jcuhpc/rdp_classifier