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

deepTools/3.0.2: add docker files

parent bf9c81d8
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV DEEPTOOLS_VERSION=3.0.2
ENV PACKAGES build-essential=12.4* \
python3-pip=9.0.1* \
python3-setuptools=39.0.1* \
python3-dev=3.6.5* \
python3-wheel=0.30.0* \
zlib1g-dev=1:1.2.11* \
libcurl4-gnutls-dev=7.58.0*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
RUN pip3 install deeptools==${DEEPTOOLS_VERSION}
#!/bin/sh
docker build src/nf_modules/deepTools/3.0.2 -t 'deeptools:3.0.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