khanlab/tar2bids:0.0.2c
$ singularity pull shub://khanlab/tar2bids:0.0.2c
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.2c |
collection name | khanlab/tar2bids |
branch | master |
tag | 0.0.2c |
commit | acf53efdbf0db642e11a553735ee6c2f057d9064 |
version (container hash) | 9387664c356eecdc191421fadaf76327 |
build date | 2018-05-24T02:36:21.528Z |
size (MB) | 2760 |
size (bytes) | 904769567 |
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.