Sign inSign up

jcuhpc/bowtie2

By jcuhpc

Updated about 8 years ago

bowtie2 v2.3.4.1

Image
1

959

jcuhpc/bowtie2 repository overview

Aligns sequencing reads to long reference sequences. Contents of Dockerfile:

FROM ubuntu:18.04 MAINTAINER [email protected]

ENV PACKAGES bowtie2

ENV BOWTIE2_VERSION 2.3.4.1

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

75.6 MB

Last updated

about 8 years ago

docker pull jcuhpc/bowtie2