balston
balston
Module file updated for new version.
Using the following modules: ``` module -f unload compilers mpi gcc-libs module load r/recommended module load afni/23.0.02 ``` quick test running: ``` afni_system_check.py -check_all | less ``` shows: ``` --------------------------------...
Replied to requester who has tested and says it is working. Will now install on Kathleen.
Installed on Kathleen. Done on Myriad and Kathleen.
AFNI is not in Spack so will need to create a package file for it.
There may be a problem with the installation and interaction with R. Need to investigate next week.
The AFNI installation is missing some R packages which is why the integration of the two applications is not working. At least I think this may be the problem. I'm...
Build script updated to install the ANFI R packages by adding: ``` # Install ANFI R packages export PATH=${INSTALL_PREFIX}:$PATH export AFNI_PLUGINPATH=${INSTALL_PREFIX} rPkgsInstall -pkgs ALL ``` Run again on Myriad and...
User reports that this has worked. Updating on Kathleen.
Now also updated on Kathleen.