From cee4b7b695df45e3dffefd1929d5b3cf1090a455 Mon Sep 17 00:00:00 2001 From: Ashley Stewart Date: Wed, 4 Oct 2023 16:55:55 +1000 Subject: [PATCH] QSMxT: One more syntax error fix.. --- recipes/qsmxt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/qsmxt/build.sh b/recipes/qsmxt/build.sh index 0a9a8524..f1e793dc 100755 --- a/recipes/qsmxt/build.sh +++ b/recipes/qsmxt/build.sh @@ -113,7 +113,7 @@ neurodocker generate ${neurodocker_buildMode} \ --env DEPLOY_BINS="nipypecli:bet:dcm2niix:Bru2:Bru2Nii:tgv_qsm:julia:python3:python:pytest:predict_all.py:qsmxt:dicom-sort:dicom-convert:nifti-convert" \ --env LC_ALL="C.UTF-8" \ --env LANG="C.UTF-8" \ - --run="wget https://raw.githubusercontent.com/QSMxT/QSMxT/main/docs/container_readme.md -O /README.md \ + --run="wget https://raw.githubusercontent.com/QSMxT/QSMxT/main/docs/container_readme.md -O /README.md" \ --run="sed -i \"s/toolVersion/${toolVersion}/g\" /README.md" \ > ${imageName}.${neurodocker_buildExt}