diff --git a/recipes/samsrfx/README.md b/recipes/samsrfx/README.md index bd4c3827..9bc90c57 100644 --- a/recipes/samsrfx/README.md +++ b/recipes/samsrfx/README.md @@ -5,7 +5,7 @@ conn standalone with Matlab Compiler Runtime Example: ``` -/opt/samsrfx-0.0.2/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/ +/opt/samsrfx-toolVersion/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/ ``` More documentation can be found here: diff --git a/recipes/samsrfx/build.sh b/recipes/samsrfx/build.sh index b48cb50e..486c35ee 100644 --- a/recipes/samsrfx/build.sh +++ b/recipes/samsrfx/build.sh @@ -29,6 +29,8 @@ neurodocker generate ${neurodocker_buildMode} \ --copy README.md /README.md \ > ${toolName}_${toolVersion}.Dockerfile +#note: neurodocker installs a specific update version of the matlab runtime environment - this could cause problems. + if [ "$1" != "" ]; then ./../main_build.sh fi