tjhendrickson/BIDS_scripts:latest

$ singularity pull shub://tjhendrickson/BIDS_scripts:latest

Singularity Recipe

# Read in singularity heudiconv image version 0.5.3.1
Bootstrap: shub
From: ReproNim/reproin:0.5.3.1


%environment
	export DEBIAN_FRONTEND=noninteractive
	export PYTHONPATH=""

%runscript

	exec /run.py "$@"


%files
	run.py /run.py
	heuristics /heuristics
	IntendedFor.py /IntendedFor.py

%post
	
	export DEBIAN_FRONTEND=noninteractive
	export PYTHONPATH=""

	
	# Make script executable
	chmod +x /run.py

	# Make local folders
	mkdir /output_dir 
    mkdir /dicom_dir
    mkdir /tmp_dir 
    touch /heuristic.py

	
	# Install python and nibabel
	apt-get update -y && \
	apt-get install -y python3 python3-pip && \
	pip3 install nibabel && \
	apt-get remove -y python3-pip && \
	rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

	# Install python Dependencies
	apt-get update -y && apt-get install -y --no-install-recommends python-pip python-six python-nibabel python-setuptools
	pip install pybids==0.5.1
	pip install --upgrade pybids

Collection


View on Datalad

Metrics

key value
id /containers/tjhendrickson-BIDS_scripts-latest
collection name tjhendrickson/BIDS_scripts
branch master
tag latest
commit bab5fadd5b429644321d588a434fc163a2e3faa8
version (container hash) d723ffed241366c98e095fd4bd9ed34b
build date 2021-02-09T04:08:05.391Z
size (MB) 1836.0
size (bytes) 591314975
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.