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

add dockerfile for Bowtie2:2.3.4.1

parent 1ee5f69e
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV BOWTIE2_VERSION=2.3.4.1
ENV PACKAGES bowtie2=${BOWTIE2_VERSION}*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
#!/bin/sh
docker build src/nf_modules/Bowtie2/2.3.4.1 -t 'bowtie2:2.3.4.1'
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