khanlab/mp2rage_correction:v0.0.3

$ singularity pull shub://khanlab/mp2rage_correction:v0.0.3

Singularity Recipe

Bootstrap: shub
From: khanlab/neuroglia-core:v1.0.0



#########
%setup
#########
mkdir $SINGULARITY_ROOTFS/src
cp -Rv . $SINGULARITY_ROOTFS/src

#########
%post
#########

cd /src

# checkout specific git release 
#SINGULARITY_TAG=${SINGULARITY_BUILDDEF#Singularity.}
#if [ ! "$SINGULARITY_TAG" = "Singularity" ]
#then
#  git checkout $SINGULARITY_TAG
#fi

#MCR
./install_scripts/05.install_MCR.sh /opt v93 R2017b


#########
%environment

export MCRROOT=/opt/mcr/v93
export PATH=/src/mcr/v93/mp2rage_correction:/src/bin:$PATH

%runscript
exec /src/mp2rage_correction $@

Collection


View on Datalad

Metrics

key value
id /containers/khanlab-mp2rage_correction-v0.0.3
collection name khanlab/mp2rage_correction
branch master
tag v0.0.3
commit 567aaacb6c37e32c2c473a183d3c4dd29913a32e
version (container hash) 3c43e33f3bb2ad5af1e735dbb52e870b
build date 2019-12-08T19:49:41.144Z
size (MB) 9580
size (bytes) 3854798879
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.