From 7fa977493e860eb84e63e43ae07fc999cc40635b Mon Sep 17 00:00:00 2001 From: Ashley Stewart Date: Mon, 5 Aug 2024 18:17:52 +1000 Subject: [PATCH] QSMxT: Change ANTs from source to binary method to avoid build bug (bad dropbox url) --- 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 c0a252ae..4a49562b 100755 --- a/recipes/qsmxt/build.sh +++ b/recipes/qsmxt/build.sh @@ -50,7 +50,7 @@ neurodocker generate ${neurodocker_buildMode} \ && ln -s /opt/bet2/bin/bet2 /bin/bet" \ --workdir="/opt" \ --env SUBJECTS_DIR="/tmp" \ - --ants version=2.3.4 \ + --ants method=binary version=2.3.4 \ --dcm2niix method=source version=v1.0.20240202 \ --miniconda version=4.7.12.1 conda_install='python=3.8' \ --run="rm -rf /usr/bin/python3.8 \