Skip to content

Commit

Permalink
Fix VERSION conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Nov 17, 2020
2 parents a1747b2 + a031f7b commit 943cde5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM continuumio/miniconda3:4.8.2
# debian

RUN apt-get update
RUN apt-get install -y git bash gawk

# install conda packages atlas-experiment-metadata and perl dependencies
RUN /opt/conda/bin/conda config --add channels defaults && \
/opt/conda/bin/conda config --add channels conda-forge && \
/opt/conda/bin/conda config --add channels bioconda && \
/opt/conda/bin/conda install -c ebi-gene-expression-group atlas-experiment-metadata

ENV PATH "/opt/conda/bin:/opt/conda/condabin:/bin:/sbin:/usr/bin:/usr/local/bin"

ENV ZOOMA_API_BASE=https://www.ebi.ac.uk/spot/zooma/v2/api/
ENV OLS_API_BASE=http://www.ebi.ac.uk/ols/api/

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.4

0 comments on commit 943cde5

Please sign in to comment.