MathijsSanders/AnnotateBAMStatisticsSingularity:latest
$ singularity pull shub://MathijsSanders/AnnotateBAMStatisticsSingularity:latest
Singularity Recipe
BootStrap: debootstrap
OSVersion: xenial
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%labels
MAINTAINER MathijsSanders
%runscript
exec /bin/bash /code/runScript.sh "$@"
%post
sed -i 's/$/ universe/' /etc/apt/sources.list
apt-get update
apt-get -y install build-essential git zlib1g-dev
apt-get clean
cd /tmp/
git clone https://github.com/MathijsSanders/AnnotateBAMStatistics.git
cd AnnotateBAMStatistics
make all
cp /tmp/AnnotateBAMStatistics/dist/Release/GNU-Linux/AnnotateBAMStatistics /usr/bin/
mkdir /code
cp /tmp/AnnotateBAMStatistics/runScript.sh /code/
chmod u+x /code/runScript.sh
rm -rf /tmp/AnnotateBAMStatistics
%environment
export PATH=$PATH:/usr/games
export LC_ALL=C
Collection
- Name: MathijsSanders/AnnotateBAMStatisticsSingularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/MathijsSanders-AnnotateBAMStatisticsSingularity-latest |
collection name | MathijsSanders/AnnotateBAMStatisticsSingularity |
branch | master |
tag | latest |
commit | 361edda1c3fe75983ea36e2438a0851983e2a587 |
version (container hash) | 6a8e4b5142a7ff30cb99be736064b94b |
build date | 2021-04-06T14:47:09.882Z |
size (MB) | 424.0 |
size (bytes) | 146042911 |
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.