We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This problem affects for example FSL and SPM:
SPM doesn't run in a notebook, but when setting this it works:
os.environ['FORCE_SPMMCR']="1" os.environ['SPMMCRCMD']="/cvmfs/neurodesk.ardc.edu.au/containers/spm12_r7771_20211206/spm12_r7771_20211206.simg/opt/spm12/run_spm12.sh /cvmfs/neurodesk.ardc.edu.au/containers/spm12_r7771_20211206/spm12_r7771_20211206.simg/opt/mcr/v97/ script"
-> this should be done using module load
Same for FSL:
os.environ["FSLDIR"]="/cvmfs/neurodesk.ardc.edu.au/containers/fsl_6.0.5.1_20221016/fsl_6.0.5.1_20221016.simg/opt/fsl-6.0.5.1/"
Should the module build script be creating these automatically?
The text was updated successfully, but these errors were encountered:
stebo85
No branches or pull requests
This problem affects for example FSL and SPM:
SPM doesn't run in a notebook, but when setting this it works:
-> this should be done using module load
Same for FSL:
Should the module build script be creating these automatically?
The text was updated successfully, but these errors were encountered: