darachm/barnone-singularity:latest
$ singularity pull shub://darachm/barnone-singularity:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:16.04
%labels
MAINTAINER darachm
%post
apt-get -y update
apt-get -y install python python-dev cmake git g++
cd /root
git clone https://github.com/darachm/BarNone.git
cd /root/BarNone
python setup.py build
python setup.py install
python setup.py test
# This one has an error, not sure why, testing on data without
# this for now...
cp src/flamingo-4.1/src/common/build/libcommon-lib.so /usr/local/lib/python2.7/dist-packages/
cp src/flamingo-4.1/src/util/build/libutil-lib.so /usr/local/lib/python2.7/dist-packages/
%test
BarNone -h
Collection
- Name: darachm/barnone-singularity
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/darachm-barnone-singularity-latest |
collection name | darachm/barnone-singularity |
branch | master |
tag | latest |
commit | 5a7a310332541e4e08bb30d85cc3194073a2c033 |
version (container hash) | a2b1c2c61aeafb8cf87918c6e5d21488 |
build date | 2018-07-15T05:06:40.578Z |
size (MB) | 520 |
size (bytes) | 219373599 |
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.