diff --git a/README.md b/README.md index e01f1d65e65e9c50c925ec73512fed53100b11fe..d1b9665efe992253228d3b22598744dd1f60a369 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ This should grow to be a repository of everything needed (excluding MATLAB) need These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. +To run, use an interactive node (ideally using 8 cores) +``` +sinteractive --ntasks=1 --cpus-per-task=8 --mem-per-cpu=8192 --time=72:00:00 --partition=long +``` +Then start matlab module and start matlab + +``` +module load rc/matlab/R2018a +matlab +``` + ### Prerequisites Needs matlab installed and the NODDI toolbox in the MATLAB path