qbicsoftware/qbic-singularity-samtools:latest

$ singularity pull shub://qbicsoftware/qbic-singularity-samtools:latest

Singularity Recipe

Bootstrap:docker
From:alpine:3.7

%post
/bin/sh build.sh
cd /build
SAMTOOLS_VERSION=1.7
wget https://github.com/samtools/samtools/releases/download/$SAMTOOLS_VERSION/samtools-$SAMTOOLS_VERSION.tar.bz2
tar jxf samtools-$SAMTOOLS_VERSION.tar.bz2
cd samtools-$SAMTOOLS_VERSION
make
make install prefix=/usr


%files
#Installation of Samtools
build.sh

%environment
SAMTOOLS_VERSION=1.7

%labels
Maintainer	alexander.peltzer@uni-tuebingen.de

Collection


View on Datalad

Metrics

key value
id /containers/qbicsoftware-qbic-singularity-samtools-latest
collection name qbicsoftware/qbic-singularity-samtools
branch master
tag latest
commit 83257ec098afff98930c26bf41acc034e63dbc7f
version (container hash) 20610977262027476c546ef86fa671c6
build date 2021-03-10T22:27:52.358Z
size (MB) 236
size (bytes) 76431391
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.