khanlab/tar2bids:0.0.2g
$ singularity pull shub://khanlab/tar2bids:0.0.2g
Singularity Recipe
Bootstrap: shub
From: khanlab/heudiconv:0.4.3a
%setup
mkdir -p $SINGULARITY_ROOTFS/opt/tar2bids
cp -Rv . $SINGULARITY_ROOTFS/opt/tar2bids
%post
## Install bids-validator
apt-get update && \
apt-get install -y curl git && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get remove -y curl && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
git clone http://github.com/INCF/bids-validator /opt/bids-validator
cd /opt/bids-validator
TAG=0.26.5
git checkout $TAG
sed -i -E "s/0.0.0/$TAG/" package.json
npm install -g /opt/bids-validator
#install gnu parallel
apt-get update
apt-get install -y parallel
#need the below to avoid warnings when running gnu-parallel
apt-get install -y locales
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
echo "LANG=en_US.UTF-8" > /etc/locale.conf
echo "LC_ALL=en_US.UTF-8" >> /etc/locale.conf
locale-gen en_US.UTF-8
%environment
export LANGUAGE="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
export PYTHONPATH=$PYTHONPATH:/opt/tar2bids/heuristics
%runscript
exec /opt/tar2bids/tar2bids $@
Collection
- Name: khanlab/tar2bids
- License: GNU General Public License v3.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/khanlab-tar2bids-0.0.2g |
collection name | khanlab/tar2bids |
branch | master |
tag | 0.0.2g |
commit | 99ea2c87f0fcb62d2f8c6251d0f73a2397ce595b |
version (container hash) | 7ead9761cdbc32efee8db193ed1b6e8d |
build date | 2018-11-01T03:16:04.814Z |
size (MB) | 2897 |
size (bytes) | 918872095 |
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.