Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before running anything on FreeSurfer on Artemis, you must:

  1. load the module. e.g.

Code Block
module load freesurfer/7.0.1

2. export subjects directory (Identify the directory where in which your subject folders are located)(in FreeSurfer format) are located

e.g. If your subjects are located in a structure that looks like this:

-scratch

-Project

-FreeSurferSubjectFolder

-subject_1

-subject_2

-subject_3

Code Block
export SUBJECTS_DIR=/scratch/project/FreeSurferSubjectFolder

...