This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #737 from SciLifeLab/dev
Prepare Release 2.3
- Loading branch information
Showing
57 changed files
with
1,293 additions
and
1,222 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
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
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
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,10 +1,10 @@ | ||
FROM nfcore/base:latest | ||
|
||
LABEL \ | ||
authors="Maxime.Garcia@scilifelab.se, Szilveszter.Juhos@scilifelab.se" \ | ||
authors="maxime.garcia@scilifelab.se, szilveszter.juhos@scilifelab.se" \ | ||
description="Image with tools used in Sarek" \ | ||
maintainer="Maxime Garcia <[email protected]>, Szilveszter Juhos <Szilveszter.Juhos@scilifelab.se>" | ||
maintainer="Maxime Garcia <[email protected]>, Szilveszter Juhos <szilveszter.juhos@scilifelab.se>" | ||
|
||
COPY environment.yml / | ||
RUN conda env create -f /environment.yml && conda clean -a | ||
ENV PATH /opt/conda/envs/sarek-2.2.2/bin:$PATH | ||
ENV PATH /opt/conda/envs/sarek-2.3/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
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 |
---|---|---|
|
@@ -4,10 +4,10 @@ Bootstrap:docker | |
%labels | ||
MAINTAINER Maxime Garcia <[email protected]> | ||
DESCRIPTION Singularity image containing all requirements for the Sarek pipeline | ||
VERSION 2.2.2 | ||
VERSION 2.3 | ||
|
||
%environment | ||
PATH=/opt/conda/envs/sarek-2.2.2/bin:$PATH | ||
PATH=/opt/conda/envs/sarek-2.3/bin:$PATH | ||
export PATH | ||
|
||
%files | ||
|
Oops, something went wrong.