powerPlant/angsd-srf:0.925
$ singularity pull shub://powerPlant/angsd-srf:0.925
Singularity Recipe
Bootstrap: docker
From: ubuntu:bionic
%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 0.925
%post
## Download build prerequisites
apt-get update
apt-get -y install g++ gcc libbz2-dev libcurl4 libcurl4-openssl-dev libhts2 libhts-dev libssl-dev libzip4 libzip-dev make wget
cd /opt
wget https://github.com/ANGSD/angsd/archive/0.925.tar.gz
tar -xzf 0.925.tar.gz
cd angsd-0.925
make
make install
## Cleanup
apt-get -y autoremove g++ gcc libcurl4-openssl-dev libhts-dev libssl-dev libzip-dev make wget
apt-get -y clean all
rm -rf /opt/*
%runscript
exec angsd "$@"
Collection
- Name: powerPlant/angsd-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-angsd-srf-0.925 |
collection name | powerPlant/angsd-srf |
branch | master |
tag | 0.925 |
commit | cc40b6c8a3d8021ed5df2aa40f18c5a0e9993ceb |
version (container hash) | 31528a971c5ebe4c6c0fa01998375db3 |
build date | 2019-02-07T08:10:41.380Z |
size (MB) | 142 |
size (bytes) | 59486239 |
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.