1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-13 00:46:29 -05:00
nf-core_modules/deprecated/bedtools/merge/Dockerfile

8 lines
301 B
Text
Raw Normal View History

2020-07-14 10:46:49 -04:00
FROM nfcore/base
LABEL authors="Jose Espinosa-Carrasco" \
description="Docker image containing all requirements for nf-core/modules/bedtools/complementbed"
COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nf-core-bedtools-merge/bin:$PATH