DrVale83/bioinfo:samtools
$ singularity pull shub://DrVale83/bioinfo:samtools
Singularity Recipe
Bootstrap: docker
From: ubuntu:latest
%post
apt-get update --fix-missing && apt-get install -y wget make zlib1g-dev gcc \
pkg-config autoconf libncurses5-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev libssl-dev
cd /opt/
wget --quiet https://github.com/samtools/samtools/releases/download/1.9/samtools-1.9.tar.bz2
tar xvfj samtools-1.9.tar.bz2
rm samtools-1.9.tar.bz2
cd samtools-1.9
./configure
make
make install
chmod -R 777 /opt/*
%runscript
exec samtools "$@"
Collection
- Name: DrVale83/bioinfo
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/DrVale83-bioinfo-samtools |
collection name | DrVale83/bioinfo |
branch | master |
tag | samtools |
commit | 0f5c222b326c9283beccdd09add8933c3ccd7ddd |
version (container hash) | b88d6678e59a665f49d3cbfe18292168 |
build date | 2019-07-03T13:50:46.936Z |
size (MB) | 436 |
size (bytes) | 152403999 |
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.