mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00: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" \
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue