view bowtie_transcriptomic_wrapper/Dockerfile @ 0:ef95034b4806 draft default tip

Uploaded
author triasteran
date Wed, 02 Mar 2022 12:54:25 +0000
parents
children
line wrap: on
line source

FROM ubuntu:14.04 
WORKDIR /tmp
RUN apt-get update && apt-get install -y unzip
ADD bowtie-0.12.7-linux-x86_64.zip bowtie.zip 
RUN unzip bowtie.zip && mv bowtie-0.12.7 bowtie
RUN apt-get update && apt-get install -y python-pip
RUN apt-get update
RUN apt-get install python2.7
ENV PATH $PATH:/tmp/bowtie