Skip to content
Snippets Groups Projects
Commit 8d5c61a5 authored by Akrem Sellami's avatar Akrem Sellami
Browse files

Update script_batch_tfmri.py

parent d1577a21
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ for s in range(3,43): # subnames index
sub = "sub-{0:02d}".format(s)
cmd = "/hpc/soft/anaconda3/bin/python " + root_dir + "/proprecessing_tfmri.py {0}".format(sub)
cmd = "/hpc/soft/anaconda3/bin/python " + root_dir + "/pre_processing_tfmri.py {0}".format(sub)
log_dir = op.join(subdir, sub, 'logs')
std = log_dir + "/{0}_{1}_%jobid%_preprocessing.".format(sub, d_str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment