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

umi_tools: add docker files

parent d280e93a
No related branches found
No related tags found
No related merge requests found
FROM quay.io/biocontainers/umi_tools:0.5.4--py27hdd9f355_1
MAINTAINER Rémi SERAPHIN
#!/bin/sh
docker build src/docker_modules/umi_tools/1.0.0/ -t 'umi_tools:1.0.0'
FROM debian:stretch
MAINTAINER Rémi SERAPHIN
ENV UMI_TOOLS_VERSION=1.0.0
ENV PACKAGES bash \
python3 \
python3-pip \
gcc
RUN apt update && \
apt install ${PACKAGES} -y
RUN pip3 install umi_tools==${UMI_TOOLS_VERSION}
#!/bin/sh
docker build src/docker_modules/umi_tools/1.0.0/ -t 'umi_tools:1.0.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