qbicsoftware/qbic-singularity-samtools:v1.7

$ singularity pull shub://qbicsoftware/qbic-singularity-samtools:v1.7

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-v1.7
collection name qbicsoftware/qbic-singularity-samtools
branch master
tag v1.7
commit 83257ec098afff98930c26bf41acc034e63dbc7f
version (container hash) f59344906d4f982c119b900d124598d9
build date 2021-03-05T17:39:26.814Z
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.