-
I'm trying to set up the pipeline to work with the Rockland data set and have a few questions about modifying init_vars. The ones below in bold are software, if I'm using singularity container on cedar and compute canada, can you share what others have had to change for software? It looks like currently they are set from when it was running on gateway so hoping I can avoid re-inventing the wheel if others can share what they've had to change. My guess is the memory ones are unnecessary but wanted to confirm. #SETUP FSL #TODO implement this in the files #SETUP AFNI #SETUP FREESURFER export MATLAB_COMPILER_RUNTIME="$MCROOT/$MCRV" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah a lot of the messaging here needs to be updated since container users don't need to modify nearly as much. For container users, the only changes you need to make are to Note: It seems like you're using a slightly outdated |
Beta Was this translation helpful? Give feedback.
Yeah a lot of the messaging here needs to be updated since container users don't need to modify nearly as much. For container users, the only changes you need to make are to
AFNIDIR
andANTSPATH
.Note: It seems like you're using a slightly outdated
init_vars
file. Updating your repo should give you a more current version where the FreeSurfer and MATLAB export definitions are much clearer.