powerPlant/nextgenmap-srf:latest
$ singularity pull shub://powerPlant/nextgenmap-srf:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:bionic
%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version v0.5.5
%post
## Download build prerequisites
buildDeps='git wget gcc g++ libc6-dev make cmake zlib1g-dev ca-certificates' && \
apt-get update && apt-get install -y $buildDeps --no-install-recommends
update-ca-certificates
git clone https://github.com/Cibiv/NextGenMap.git && cd NextGenMap && git checkout v0.5.5 && mkdir -p build && cd build && cmake .. && make && cp -r ../bin/ngm-*/* /usr/bin/ && cd .. && rm -rf NextGenMap
chmod 755 /usr/bin/ngm*
## Cleanup
rm -rf /var/lib/apt/lists/* && \
apt-get purge -y --auto-remove $buildDeps
apt-get -y clean all
%runscript
ngm "$@"
Collection
- Name: powerPlant/nextgenmap-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-nextgenmap-srf-latest |
collection name | powerPlant/nextgenmap-srf |
branch | master |
tag | latest |
commit | 73178f30fbe0f83e7240846b58ec0bb0b439cae3 |
version (container hash) | 160a1c0dcc2648327059c7f1562decee |
build date | 2019-01-31T22:31:30.607Z |
size (MB) | 545 |
size (bytes) | 207396895 |
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.