Sign inSign up

jcuhpc/bowtie

By jcuhpc

Updated about 8 years ago

bowtie v1.2.2

Image
1

941

jcuhpc/bowtie repository overview

An ultrafast, memory-efficient short read aligner. Contents of Dockerfile:

FROM ubuntu:18.04 MAINTAINER [email protected]

ENV PACKAGES bowtie

ENV BOWTIE_VERSION 1.2.2

WORKDIR /home

RUN apt-get update &&
apt-get upgrade -y &&
useradd -ms /bin/bash luser &&
apt-get install -y ${PACKAGES} &&
apt-get clean

USER luser WORKDIR /home/luser

Tag summary

Content type

Image

Digest

Size

76.5 MB

Last updated

about 8 years ago

docker pull jcuhpc/bowtie