Sign inSign up

jcuhpc/bwa

By jcuhpc

Updated about 8 years ago

BWA v0.7.17

Image
1

1.7K

jcuhpc/bwa repository overview

A software package for mapping low-divergent sequences against a large reference genome, such as the human genome. Contents of Dockerfile:

FROM ubuntu:18.04 MAINTAINER [email protected]

ENV PACKAGES bwa

ENV BWA_VERSION 0.7.17

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

63.8 MB

Last updated

about 8 years ago

docker pull jcuhpc/bwa