khanlab/mp2rage_correction:v0.0.1

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

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.1
collection name khanlab/mp2rage_correction
branch master
tag v0.0.1
commit d0e546274b264f6f9ec29d63ddaa9cf7f81a6ca6
version (container hash) ffc279ba253055df3a7de6e700124463
build date 2018-02-04T22:11:50.359Z
size (MB) 9581
size (bytes) 3854905375
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.