Versions Compared

Key

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

...

3. Go to Artemis on terminal and specific what your subjects are (e.g. by labelling ‘list’). add your subject IDs to a list.

Code Block
list='FTD001 FTD002 FTD0025 FTD802 FTD1011 FTD1200'

Tip: Instead of typing each subject itself, you can do this easily by copying and pasting from use the ‘ls’ command , if you list on a folder with all your subjects insidesubject inside (list = ls 'nameofyoursubjectfolder').

4. Submit the jobs via a ‘for loop’ in the Artemis terminal:

...