tjhendrickson/BIDShcppipelines_status:latest
$ singularity pull shub://tjhendrickson/BIDShcppipelines_status:latest
Singularity Recipe
# Use Ubuntu 14.04 LTS
Bootstrap: docker
From: ubuntu:trusty-20170119
%post
# Install the validator 0.26.11, along with pybids 0.6.0
mkdir /dev/fuse
chmod 777 /dev/fuse
apt-get update -qq
apt-get install -y curl debian-keyring
curl -sL https://deb.nodesource.com/setup_6.x | bash -
# Install python and nibabel
apt-get update -qq
apt-get install -y python-pip python-nibabel python-setuptools git nodejs
npm install -g bids-validator@0.26.11
pip install git+https://github.com/INCF/pybids.git@0.6.0 colorama
export PYTHONPATH=""
#make /bids_dir and /output_dir
mkdir /bids_dir
mkdir /output_dir
chmod +x run.py
%files
run.py /run.py
version /version
LICENSE /LICENSE
%runscript
exec /run.py "$@"
Collection
- Name: tjhendrickson/BIDShcppipelines_status
- License: Apache License 2.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/tjhendrickson-BIDShcppipelines_status-latest |
collection name | tjhendrickson/BIDShcppipelines_status |
branch | master |
tag | latest |
commit | ac73b5fbb3f963920c4b86088a6ef6726168c54f |
version (container hash) | abb47f19ff651336c9663f0ca3b07eb7 |
build date | 2020-01-01T20:24:47.187Z |
size (MB) | 765.0 |
size (bytes) | 309637151 |
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.