Skip to content
Snippets Groups Projects
Commit 7a9844b5 authored by elabaron's avatar elabaron
Browse files

tophat dockerfile : fix beug and add bowtie1 installation

parent f318f0ff
Branches
Tags
No related merge requests found
......@@ -2,8 +2,10 @@ FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV TOPHAT_VERSION=2.1.1
ENV PACKAGES tophat=${BOWTIE2_VERSION}*
ENV PACKAGES tophat=${TOPHAT_VERSION}*\
bowtie=1.2.2*\
libsys-hostname-long-perl
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment