#!/bin/bash #SBATCH --job-name=SPM_L1_L2_LAMB_BT # Name jon to make it easier to see in the queue #SBATCH --mail-user=robert727@ufl.edu # Email to send notifications about the job #SBATCH --mail-type=FAIL,END # What emails to send. Here only email when job finishes or fails. #SBATCH --nodes=1 # Number of nodes to use #SBATCH --ntasks=1 # Number of tasks #SBATCH --cpus-per-task=1 # Number of CPU cores to use #SBATCH --mem=16gb # Total memory limit for the job. #SBATCH --time=72:00:00 # Job run time in hours #SBATCH --output=logs/spm_l1_l2_wf_%j.log # Standard output and error log #SBATCH --account=vabfmc # Group to use. vabfmc-b is also acceptable #SBATCH --qos=vabfmc-b # If I use vabfmc I have to also specify qos echo "Starting level 1 and level 2 analyses for Lamb_BT emotion data" ml graphviz ml fsl source /blue/vabfmc/data/working/robert727/virtual_environments/cda2_nipype_wf/bin/activate python3 spm_l1_and_l2_wf.py