TomHarrop/singularity-containers:stacks_2.0beta9
$ singularity pull shub://TomHarrop/singularity-containers:stacks_2.0beta9
Singularity Recipe
Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://archive.ubuntu.com/ubuntu/
Include: build-essential language-pack-en wget zlib1g-dev
%help
Container for stacks 2.0Beta9
http://catchenlab.life.illinois.edu/stacks
%labels
MAINTAINER "Tom Harrop"
VERSION "stacks 2.0Beta9"
%post
# install stacks
wget -O "stacks.tar.gz" \
http://catchenlab.life.illinois.edu/stacks/source/stacks-2.0Beta9.tar.gz
mkdir stacks-install
tar -zxf stacks.tar.gz \
-C stacks-install \
--strip-components 1
cd stacks-install || exit 1
./configure \
&& make \
&& make install
cd .. || exit 1
rm -rf stacks-install stacks.tar.gz
Collection
- Name: TomHarrop/singularity-containers
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/TomHarrop-singularity-containers-stacks_2.0beta9 |
collection name | TomHarrop/singularity-containers |
branch | master |
tag | stacks_2.0beta9 |
commit | e91e8de45a1b1ad401011a0397ed3b2336fc92b2 |
version (container hash) | bb2f9183318871f6228b51104056a2d0 |
build date | 2020-03-12T22:41:55.872Z |
size (MB) | 469 |
size (bytes) | 199196703 |
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.