From aeec856fe1850a6833aac84ec50ff3bf6419d1e3 Mon Sep 17 00:00:00 2001 From: Chris Cheshire Date: Tue, 23 Jun 2020 09:38:09 +0100 Subject: [PATCH] review-correction | Docker file update Co-authored-by: Phil Ewels --- tools/umi_tools/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/umi_tools/Dockerfile b/tools/umi_tools/Dockerfile index c17ebd98..fa74b315 100644 --- a/tools/umi_tools/Dockerfile +++ b/tools/umi_tools/Dockerfile @@ -1,4 +1,4 @@ -FROM continuumio/miniconda3:4.8.2 +FROM nfcore/base:1.7 LABEL authors="chris.cheshire@crick.ac.uk" \ description="Docker image containing all requirements for the nf-core umi_tools module" @@ -12,4 +12,4 @@ RUN apt-get update \ # Install conda packages COPY environment.yml / RUN conda env create -f /environment.yml && conda clean -a -ENV PATH /opt/conda/envs/nfcore-module-umitools/bin:$PATH \ No newline at end of file +ENV PATH /opt/conda/envs/nfcore-module-umitools/bin:$PATH