deprecated/trim_galore/Dockerfile

This commit is contained in:
drpatelh 2020-08-05 16:34:07 +01:00
parent 3ec4f63fd8
commit 4a65c77e58

View file

@ -2,6 +2,8 @@ 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