mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
deprecated/trim_galore/Dockerfile
This commit is contained in:
parent
3ec4f63fd8
commit
4a65c77e58
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ FROM nfcore/base:1.7
|
||||||
LABEL authors="phil.ewels@scilifelab.se" \
|
LABEL authors="phil.ewels@scilifelab.se" \
|
||||||
description="Docker image for nf-core modules trimgalore"
|
description="Docker image for nf-core modules trimgalore"
|
||||||
|
|
||||||
|
#### THIS IS A BUG
|
||||||
|
|
||||||
# foobar
|
# foobar
|
||||||
COPY environment.yml /
|
COPY environment.yml /
|
||||||
RUN conda env create -f /environment.yml && conda clean -a
|
RUN conda env create -f /environment.yml && conda clean -a
|
||||||
|
|
Loading…
Reference in a new issue