TomHarrop/variant-utils:bayescan_2.1
$ singularity pull shub://TomHarrop/variant-utils:bayescan_2.1
Singularity Recipe
Bootstrap: docker
From: ubuntu:12.04
%help
Container for BayeScan 2.1
%labels
VERSION "bayescan 2.1"
%runscript
exec /usr/local/bin/bayescan_2.1 "$@"
%post
export DEBIAN_FRONTEND=noninteractive
export LC_ALL=C
apt-get update
apt-get install -y \
build-essential \
wget \
unzip
# bayescan
wget http://cmpg.unibe.ch/software/BayeScan/files/BayeScan2.1.zip
unzip BayeScan2.1.zip
cd BayeScan2.1/source || exit 1
make
cp bayescan_2.1 /usr/local/bin/
cd ../.. || exit 1
rm -rf BayeScan2.1
Collection
- Name: TomHarrop/variant-utils
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/TomHarrop-variant-utils-bayescan_2.1 |
collection name | TomHarrop/variant-utils |
branch | master |
tag | bayescan_2.1 |
commit | caa77024c263617b8b01331d6abdf5ae3b71f41e |
version (container hash) | 6f6c2c2054aaa789a526bedabf9ee6b46d160270127bafb5ba44521ee679a4b0 |
build date | 2020-04-30T23:15:51.018Z |
size (MB) | 103.4921875 |
size (bytes) | 108519424 |
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.