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
No related branches found
No related tags found
1 merge request!21tophat dockerfile : fix beug and add bowtie1 installation
...@@ -2,8 +2,10 @@ FROM ubuntu:18.04 ...@@ -2,8 +2,10 @@ FROM ubuntu:18.04
MAINTAINER Laurent Modolo MAINTAINER Laurent Modolo
ENV TOPHAT_VERSION=2.1.1 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 && \ RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \ apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment