forked from iqbal-lab-org/tb-amr-benchmarking-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Singularity
25 lines (19 loc) · 760 Bytes
/
Singularity
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BootStrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%setup
rsync -a python $SINGULARITY_ROOTFS/evalrescallers_paper
%post
apt-get update
apt-get install -y software-properties-common
apt-add-repository universe
apt-get update
apt-get install -y python3-dev python3-setuptools python3-mpltoolkits.basemap inkscape git r-base r-cran-ggplot2 texlive-latex-recommended texlive-latex-extra texlive-fonts-extra
cd /
git clone https://github.com/iqbal-lab-org/tb-amr-benchmarking
cd tb-amr-benchmarking/python
git checkout 3e768c025ee54f154116dc6b2f7100a844081609
python3 setup.py install
cd /evalrescallers_paper/python
python3 setup.py test
python3 setup.py install