powerPlant/pblat-srf:2.1
$ singularity pull shub://powerPlant/pblat-srf:2.1
Singularity Recipe
Bootstrap: docker
From: ubuntu:bionic
%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 2.1
%post
## Download build prerequisites
apt-get update
apt-get -y install gcc libssl-dev make wget zlib1g-dev
## Build
cd /opt
wget https://github.com/icebert/pblat/archive/2.1.tar.gz
tar -xzf 2.1.tar.gz
cd pblat-2.1
make
## Install
install pblat /usr/local/bin
## Cleanup
cd
rm -rf /opt/*
apt-get -y remove gcc libssl-dev make wget zlib1g-dev
apt-get -y autoremove
apt-get -y clean all
%runscript
exec pblat "$@"
Collection
- Name: powerPlant/pblat-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-pblat-srf-2.1 |
collection name | powerPlant/pblat-srf |
branch | master |
tag | 2.1 |
commit | 768d1bb5a23e5728e084afedeae8f81d9d644b86 |
version (container hash) | ee90f217c0485b9a9e72368ed411d217 |
build date | 2019-02-19T08:13:34.113Z |
size (MB) | 106 |
size (bytes) | 48992287 |
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.