From 498134421d0a0786e2bbc0697f86431ca80ca2cc Mon Sep 17 00:00:00 2001 From: Michael-Sun Date: Fri, 1 Dec 2023 09:10:44 -0500 Subject: [PATCH] Fixed minor implementation typos --- .../move_betas_to_secondlvl.sbatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Second_level_analysis_template_scripts/move_betas_to_secondlvl.sbatch b/Second_level_analysis_template_scripts/move_betas_to_secondlvl.sbatch index 77213b8..61a931a 100644 --- a/Second_level_analysis_template_scripts/move_betas_to_secondlvl.sbatch +++ b/Second_level_analysis_template_scripts/move_betas_to_secondlvl.sbatch @@ -71,4 +71,4 @@ module load matlab # Run the MATLAB function # srun matlab -nodisplay -r "addpath(genpath('//dartfs-hpc/rc/lab/C/CANlab/modules/spm12')); addpath(genpath('//dartfs-hpc/rc/lab/C/CANlab/labdata/projects/WASABI/software')); move_betas_to_secondlvl('${map_dirs[${SLURM_ARRAY_TASK_ID}]}', '${data_dir}', 'symlink', ${conditions_str})" -srun matlab -nodisplay -r "addpath(genpath('//dartfs-hpc/rc/lab/C/CANlab/modules/spm12')); addpath(genpath('//dartfs-hpc/rc/lab/C/CANlab/labdata/projects/WASABI/software')); move_betas_to_secondlvl('${map_dirs[${SLURM_ARRAY_TASK_ID}]}', '${data_dir}', 'symlink')" +srun matlab -nodisplay -r "move_betas_to_secondlvl('${map_dirs[${SLURM_ARRAY_TASK_ID}]}', '${data_dir}', 'symlink')"