MarissaLL/singularity-containers:vcftools_0.1.17
$ singularity pull shub://MarissaLL/singularity-containers:vcftools_0.1.17
Singularity Recipe
Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://archive.ubuntu.com/ubuntu/
Include: build-essential language-pack-en wget autoconf automake pkg-config zlib1g-dev
%labels
MAINTAINER "Marissa Le Lec"
VERSION "VCFtools 0.1.17"
%post
wget https://github.com/vcftools/vcftools/tarball/master --no-check-certificate
tar -xvf master
cd vcftools-vcftools-d0c95c5/ || exit 1
./autogen.sh
./configure
make
make install
cd .. || exit 1
rm -r vcftools-vcftools-d0c95c5/
%runscript
exec /usr/local/bin/vcftools "$@"
Collection
- Name: MarissaLL/singularity-containers
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/MarissaLL-singularity-containers-vcftools_0.1.17 |
collection name | MarissaLL/singularity-containers |
branch | master |
tag | vcftools_0.1.17 |
commit | 6179055e98266f01ed062044637b2d9e339c94bb |
version (container hash) | 230db32b3097775cd51432092f9cbcb1 |
build date | 2019-10-07T21:49:47.126Z |
size (MB) | 401 |
size (bytes) | 180346911 |
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.