From 0b25be976ecc4bfee7e4a96c9654040cdd0e6de0 Mon Sep 17 00:00:00 2001 From: Steffen Bollmann Date: Thu, 6 Mar 2025 12:05:25 +1000 Subject: [PATCH] fix version in readme --- recipes/cat12/README.md | 4 ++-- recipes/cat12/build.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/cat12/README.md b/recipes/cat12/README.md index 6dace3af..1014786d 100644 --- a/recipes/cat12/README.md +++ b/recipes/cat12/README.md @@ -1,6 +1,6 @@ ---------------------------------- -## cat12/toolVersion ## +## cat12/r2577 ## SPM12 standalone with CAT12 toolbox in Matlab Compiler Runtime Example: @@ -33,6 +33,6 @@ cat.run() More documentation can be found here: http://141.35.69.218/cat12/CAT12-Manual.pdf -To run container outside of this environment: ml cat12/toolVersion +To run container outside of this environment: ml cat12/r2577 ---------------------------------- diff --git a/recipes/cat12/build.sh b/recipes/cat12/build.sh index 92e74060..3f5bc3fe 100644 --- a/recipes/cat12/build.sh +++ b/recipes/cat12/build.sh @@ -4,6 +4,7 @@ set -e # this template file builds cat12, new versions here: http://141.35.69.218/cat12/?C=M;O=D export toolName='cat12' export toolVersion='r2577' +# https://github.com/ChristianGaser/cat12/releases # Don't forget to update version change in README.md!!!!! # inspired by: https://github.com/m-wierzba/cat-container/blob/master/Singularity