forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Szilveszter Juhos
authored and
Szilveszter Juhos
committed
Aug 1, 2018
1 parent
b348a13
commit 7d62b73
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
FROM nfcore/base:latest | ||
|
||
LABEL \ | ||
authors="Maxime.Gracia@scilifelab.se, Szilveszter.Juhos@scilifelab.se" \ | ||
authors="Maxime.Garcia@scilifelab.se, Szilveszter.Juhos@scilifelab.se" \ | ||
description="Image with tools used in Sarek" \ | ||
maintainers="Maxime.Gracia@scilifelab.se, Szilveszter.Juhos@scilifelab.se" | ||
maintainer="Maxime Garcia <maxime.garcia@scilifelab.se>, Szilveszter Juhos <Szilveszter.Juhos@scilifelab.se>" | ||
|
||
COPY environment.yml / | ||
RUN conda env update -n root -f /environment.yml && conda clean -a | ||
ENV PATH /opt/conda/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters