DrVale83/bioinfo:vcftools
$ singularity pull shub://DrVale83/bioinfo:vcftools
Singularity Recipe
Bootstrap: docker
From: ubuntu:latest
%labels
Topic Bioinformatics
Input VCF
vcftools latest
%help
singularity run vcftools.simg -h
%post
apt-get update --fix-missing && apt-get install -y git autoconf g++ zlib1g gcc make automake pkg-config zlib1g-dev curl perl libcurl4-gnutls-dev libbz2-dev liblzma-dev
cd /opt/
git clone https://github.com/vcftools/vcftools.git
cd vcftools
./autogen.sh
./configure
make
make install
chmod -R 777 /opt/vcftools
cd /opt/
git clone https://github.com/samtools/htslib
cd htslib
autoheader
autoconf
./configure
make
make install
chmod -R 777 /opt/htslib
%runscript
exec "$@"
Collection
- Name: DrVale83/bioinfo
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/DrVale83-bioinfo-vcftools |
collection name | DrVale83/bioinfo |
branch | master |
tag | vcftools |
commit | ddabf5b72deb10a2fcfa2d4772cbd340e9135514 |
version (container hash) | 3631cd21ad609f5822935ac6785a22f9 |
build date | 2021-03-03T08:41:49.734Z |
size (MB) | 561 |
size (bytes) | 191954975 |
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.