mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
review-correction | Docker file update
Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>
This commit is contained in:
parent
fc8bc4675d
commit
aeec856fe1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
ENV PATH /opt/conda/envs/nfcore-module-umitools/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue