Skip to content
Snippets Groups Projects
Unverified Commit bd597312 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add singularity files for macs2

parent 16b188fc
Branches
Tags
No related merge requests found
Bootstrap: docker
From: ubuntu:18.04
%labels
MAINTAINER Laurent Modolo
%post
MACS_VERSION=2.1.2
PACKAGES="git \
build-essential \
python-pip \
ca-certificates \
python-setuptools \
python-dev \
python-numpy \
python-wheel \
zlib1g-dev"
apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
pip install MACS2==${MACS_VERSION}
%environment
export MACS_VERSION=2.1.1.20160309
%runscript
exec /bin/bash "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment