Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hw3 first submission
  • Loading branch information
Amanda Wadams {amanda.wadams@uconn.edu} committed Feb 27, 2020
1 parent 5dbf422 commit 231c66c
Show file tree
Hide file tree
Showing 10 changed files with 10,493 additions and 0 deletions.
2 changes: 2 additions & 0 deletions error_3110850_4294967294.log
@@ -0,0 +1,2 @@
WARNING: skipping mount of /gpfs/scratchfs1/amw17004/hw3/$/scratch/hw3/out: no such file or directory
FATAL:  container creation failed: mount /gpfs/scratchfs1/amw17004/hw3/$/scratch/hw3/out->/out error: while mounting /gpfs/scratchfs1/amw17004/hw3/$/scratch/hw3/out: mount source /gpfs/scratchfs1/amw17004/hw3/$/scratch/hw3/out doesn't exist
2 changes: 2 additions & 0 deletions error_3110981_4294967294.log
@@ -0,0 +1,2 @@
WARNING: skipping mount of /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/out: no such file or directory
FATAL:  container creation failed: mount /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/out->/out error: while mounting /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/out: mount source /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/out doesn't exist
2 changes: 2 additions & 0 deletions error_3111011_4294967294.log
@@ -0,0 +1,2 @@
WARNING: skipping mount of /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/mriqc: no such file or directory
FATAL:  container creation failed: mount /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/mriqc->/out error: while mounting /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/mriqc: mount source /gpfs/scratchfs1/amw17004/hw3/$/scratch/amw17004/hw3/mriqc doesn't exist
350 changes: 350 additions & 0 deletions error_3130832_4294967294.log

Large diffs are not rendered by default.

Empty file added output_3110850_4294967294.log
Empty file.
Empty file added output_3110981_4294967294.log
Empty file.
Empty file added output_3111011_4294967294.log
Empty file.
863 changes: 863 additions & 0 deletions output_3130832_4294967294.log

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions sbatch_mriqc.sh
Expand Up @@ -2,5 +2,24 @@

# Add your SLURM options here

#SBATCH --cpus-per-task=8 # Number of cores to use
#SBATCH --mem=16gb # Memory limit
#SBATCH --time=02:00:00 # Time limit hh:mm:ss
#SBATCH -e error_%A_%a.log # Standard error
#SBATCH -o output_%A_%a.log # Standard output
#SBATCH --job-name=mriqc # Descriptive job name
#SBATCH --partition=serial # Use a serial partition 24 cores/7days


##### load required modules

module load singularity

# Add commands needed to run mriqc

singularity run --cleanenv \
--bind /scratch/psyc5171/exercises/mbdata/bids:/data \
--bind /scratch/amw17004/hw3/out:/out \
/scratch/psyc5171/containers/mriqc_latest.sif \
/data /out participant

0 comments on commit 231c66c

Please sign in to comment.