Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 27 lines (24 sloc) 643 Bytes
#!/bin/bash
#SBATCH --mail-type=ALL
#SBATCH --mail-user=oliver.mcneil@uconn.edu
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem=2gb
#SBATCH --time=00:15:00
#SBATCH -e error_%A_%a.log
#SBATCH -o output_%A_%a.log
#SBATCH --job-name=level1
#SBATCH --partition=general
participant=$1
run=$2
module load singularity
singularity run --cleanenv \
--bind /scratch/ham19006/psyc5171_proj:/data \
/scratch/psyc5171/containers/nipype.sif \
/data/volume_scripts/level1_volume.py --fwhm 8 --hpfilter 120 --motion6 \
/data/bids \
/data/results/fmriprep \
/data/level1_results \
/data/contrasts.tsv \
$participant arithm $run