Skip to content

Commit 10dd911

Browse files
pditommasoosallou
authored andcommitted
Adding eosc-pilot/1.0-remastering container (#289)
1 parent 4297e9e commit 10dd911

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
FROM continuumio/miniconda
2+
MAINTAINER Paolo Di Tommaso <[email protected]>
3+
4+
LABEL version="1.0"
5+
LABEL software.version="1.0-remastering"
6+
LABEL software="eosc-pilot"
7+
LABEL about.summary="Science Demonstrator project in the context of the EOSC initiative aimed to explore the feasibility of data reproducibility and data re-mastering in genomics"
8+
LABEL about.home="https://github.com/CRG-CNAG/EOSC-Pilot"
9+
LABEL about.license="SPDX:MPL-2.0"
10+
LABEL base_image="continuumio/miniconda"
11+
12+
RUN conda install -y -c r r-base
13+
14+
RUN apt-get update && apt-get -y install build-essential ttf-dejavu
15+
16+
RUN conda config --add channels defaults \
17+
&& conda config --add channels conda-forge \
18+
&& conda config --add channels bioconda \
19+
&& conda install -y picard=2.9 bwa=0.7.15 fastqc=0.11.5 sambamba=0.6.6
20+
21+
RUN conda install -y tabix

0 commit comments

Comments
 (0)