powerPlant/sortmerna-srf:latest
$ singularity pull shub://powerPlant/sortmerna-srf:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:bionic
%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 4.3.2
%post
## Download build prerequisites
apt-get update
apt-get -y install wget
cd /opt
wget https://github.com/biocore/sortmerna/releases/download/v4.3.2/sortmerna-4.3.2-Linux.sh
mkdir sortmerna-4.3.2-Linux
bash sortmerna-4.3.2-Linux.sh --skip-license --prefix=sortmerna-4.3.2-Linux
## Cleanup
rm -rf /opt/sortmerna-4.3.2-Linux.sh
apt-get -y remove wget
apt-get -y autoremove
apt-get -y clean all
%runscript
exec /opt/sortmerna-4.3.2-Linux/bin/sortmerna "$@"
Collection
- Name: powerPlant/sortmerna-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-sortmerna-srf-latest |
collection name | powerPlant/sortmerna-srf |
branch | master |
tag | latest |
commit | ecd4c3dbbf67116694f5036cb35f891cc80038e2 |
version (container hash) | fa2732802bc387604be7d093ee41f23fe4684f0887132c02908dffbed3f9172c |
build date | 2021-04-16T03:05:38.662Z |
size (MB) | 55.55859375 |
size (bytes) | 58257408 |
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.