Skip to content
Snippets Groups Projects
Verified Commit eb371480 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Bowtie:1.2.2: add docker files

parent d0d8b68b
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV BOWTIE_VERSION=1.2.2
ENV SAMTOOLS_VERSION=1.7
ENV PACKAGES bowtie=${BOWTIE_VERSION}* \
samtools=${SAMTOOLS_VERSION}*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
#!/bin/sh
docker build src/docker_modules/Bowtie/1.2.2 -t 'bowtie:1.2.2'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment