nf-core_modules/deprecated/trim_galore/Dockerfile
2020-08-05 16:34:07 +01:00

10 lines
301 B
Docker

FROM nfcore/base:1.7
LABEL authors="phil.ewels@scilifelab.se" \
description="Docker image for nf-core modules trimgalore"
#### THIS IS A BUG
# foobar
COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nf-core-modules-trimgalore/bin:$PATH