Skip to content
Snippets Groups Projects
Commit a9f46841 authored by Matthew Webster's avatar Matthew Webster
Browse files

MNT: Update demo for 6.0.5

parent a93a60f7
Branches master
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ DEFAULTDIR=`dirname $0`
USESINGULARITY=1
#EXISTINGDATADIR=
#EXISTINGFSLDIR=
#EXISTINGIMAGE=
EXISTINGIMAGE=./image.simg
OUTPUTDIR=${DEFAULTDIR}
#### Usage
function usage {
......@@ -62,7 +62,7 @@ function setupData {
function downloadImage {
EXISTINGIMAGE=${DEFAULTDIR}/image.simg
echo "Downloading Singularity image to $EXISTINGIMAGE"
curl -s https://users.fmrib.ox.ac.uk/~mwebster/image.simg > ${EXISTINGIMAGE}
curl -s https://users.fmrib.ox.ac.uk/~mwebster/Centos7_605 > ${EXISTINGIMAGE}
}
#################### Standard OpenScience entrypoint ####################
while getopts "f:d:o:sS:" Option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment