pescobar/singularity-openmalaria:36.1.1
$ singularity pull shub://pescobar/singularity-openmalaria:36.1.1
Singularity Recipe
Bootstrap: docker
From: centos:7
%post
export OPENMALARIA_VERSION="36.1.1"
# install the OpenMalara dependencies
yum -y install epel-release
yum -y install \
boost-devel \
cmake \
gcc-c++ \
glibc-devel \
gsl-devel \
make \
wget \
xerces-c-devel \
xsd \
zlib-devel
yum clean all
# download the source code and compile it
cd /usr/local/src/
wget https://github.com/SwissTPH/openmalaria/archive/schema-${OPENMALARIA_VERSION}.tar.gz
tar xf schema-${OPENMALARIA_VERSION}.tar.gz
mkdir -p /usr/local/src/openmalaria-schema-${OPENMALARIA_VERSION}/build/
cd /usr/local/src/openmalaria-schema-${OPENMALARIA_VERSION}/build/
cmake ..
make
cp openMalaria /usr/local/bin
%runscript
exec openMalaria "$@"
%apprun openmalaria
openMalaria "@"
Collection
- Name: pescobar/singularity-openmalaria
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/pescobar-singularity-openmalaria-36.1.1 |
collection name | pescobar/singularity-openmalaria |
branch | master |
tag | 36.1.1 |
commit | b62c456f42babe6e95626fab62737068cb399851 |
version (container hash) | c14244b3dfd5823abd2c46e98a21e6fc |
build date | 2018-09-13T14:30:55.214Z |
size (MB) | 672 |
size (bytes) | 185983007 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.