-
Notifications
You must be signed in to change notification settings - Fork 8
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 #48 from Gregor-Mendel-Institute/1.2.1
merge 1.2.1 > master
- Loading branch information
Showing
13 changed files
with
41 additions
and
28 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
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ LABEL authors="[email protected]" \ | |
COPY environment.yml / | ||
RUN apt-get update && apt-get install -y procps graphviz && apt-get clean -y | ||
RUN conda env create -f /environment.yml && conda clean -afy | ||
ENV PATH /opt/conda/envs/aradeepopsis-dpp-v1.2/bin:$PATH | ||
ENV PATH /opt/conda/envs/aradeepopsis-dpp-v1.2.1/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: aradeepopsis-dpp-v1.2 | ||
name: aradeepopsis-dpp-v1.2.1 | ||
channels: | ||
- conda-forge | ||
- defaults | ||
|
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ LABEL authors="[email protected]" \ | |
COPY environment.yml / | ||
RUN apt-get update && apt-get install -y procps graphviz && apt-get clean -y | ||
RUN conda env create -f /environment.yml && conda clean -afy | ||
ENV PATH /opt/conda/envs/aradeepopsis-base-v1.2/bin:$PATH | ||
ENV PATH /opt/conda/envs/aradeepopsis-base-v1.2.1/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 |
---|---|---|
|
@@ -6,6 +6,6 @@ LABEL authors="[email protected]" \ | |
COPY environment.yml / | ||
RUN apt-get update && apt-get install -y procps graphviz && apt-get clean -y | ||
RUN conda env create -f /environment.yml && conda clean -afy | ||
ENV PATH /opt/conda/envs/aradeepopsis-shiny-v1.2/bin:$PATH | ||
ENV PATH /opt/conda/envs/aradeepopsis-shiny-v1.2.1/bin:$PATH | ||
|
||
EXPOSE 44333 |
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,4 +1,4 @@ | ||
name: aradeepopsis-shiny-v1.2 | ||
name: aradeepopsis-shiny-v1.2.1 | ||
channels: | ||
- conda-forge | ||
- r | ||
|
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