mbhall88/Singularity_recipes:filtlong
$ singularity pull shub://mbhall88/Singularity_recipes:filtlong
Singularity Recipe
Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%environment
PATH=/usr/local/bin:$PATH
%post
apt update
apt install -y software-properties-common
apt-add-repository universe
apt update
apt install -y git wget build-essential zlib1g-dev
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
echo 'export LC_ALL=C.UTF-8' >> $SINGULARITY_ENVIRONMENT
echo 'export LANG=C.UTF-8' >> $SINGULARITY_ENVIRONMENT
# ================================
# INSTALL filtlong
# ================================
VERSION="0.2.0"
URL=https://github.com/rrwick/Filtlong/archive/v${VERSION}.tar.gz
wget -O - "$URL" | tar xzf -
cd Filtlong*
make -j
cd bin
echo "export PATH=$(pwd):$PATH" >> $SINGULARITY_ENVIRONMENT
Collection
- Name: mbhall88/Singularity_recipes
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/mbhall88-Singularity_recipes-filtlong |
collection name | mbhall88/Singularity_recipes |
branch | master |
tag | filtlong |
commit | 8df7771a981a19074c76bc57b1074f5381e3e8f8 |
version (container hash) | bc99083472beb5ea8cc25e0d5b035b3b |
build date | 2019-09-19T12:30:04.184Z |
size (MB) | 615 |
size (bytes) | 225845279 |
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.