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

add Dockerfile for bedtools:2.25.0

parent be13637e
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:16.04
MAINTAINER Laurent Modolo
ENV BEDTOOLS_VERSION=2.25.0
ENV PACKAGES bedtools=${BEDTOOLS_VERSION}*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
#!/bin/sh
docker build src/nf_modules/BEDtools/2.25.0 -t 'bedtools:2.25.0'
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