Sign inSign up

jcuhpc/cd-hit

By jcuhpc

Updated about 8 years ago

cd-hit v4.6.8

Image
1

1.7K

jcuhpc/cd-hit repository overview

Suite of programs designed to quickly group sequences. Contents of Dockerfile:

FROM ubuntu:18.04 MAINTAINER [email protected]

ENV PACKAGES cd-hit

ENV CD-HIT_VERSION 4.6.8

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 ENV PATH "$PATH:/usr/lib/cd-hit"

Tag summary

Content type

Image

Digest

Size

74.6 MB

Last updated

about 8 years ago

docker pull jcuhpc/cd-hit