File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ cd /Users/itpetersen/Documents/Projects/Bayesian_IRT/
361361# $ -o /Users/itpetersen/Documents/Projects/Bayesian_IRT/Output/
362362
363363# Load the environment modules
364+ module purge
364365module load stack/2022.2
365366module load r/4.2.2_gcc-9.5.0
366367
@@ -387,8 +388,11 @@ cd /Users/itpetersen/Documents/Projects/Bayesian_IRT/
387388# $ -e /Users/itpetersen/Documents/Projects/Bayesian_IRT/Output/
388389# $ -o /Users/itpetersen/Documents/Projects/Bayesian_IRT/Output/
389390
391+ # Load the environment modules
392+ module purge
393+
390394# Run the R script inside container
391- /usr/bin/ apptainer exec /old_Users /itpetersen/Documents/Containers/r_argon.sif \
395+ apptainer exec /Users /itpetersen/Documents/Containers/r_argon.sif \
392396 Rscript ./Analyses/factorScores.R
393397` ` `
394398
You can’t perform that action at this time.
0 commit comments