From 1d8670ad9d567dc005a651f1c73035841f1d2f86 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Fri, 27 Dec 2024 10:51:27 -0500 Subject: [PATCH] fix(eddie): do not specify python version --- charlie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charlie b/charlie index bf419ae..a1178bf 100755 --- a/charlie +++ b/charlie @@ -626,7 +626,7 @@ function main(){ elif [ "$PLATFORM" == "eddie" ]; then # TODO fill in other variables for eddie CLUSTER_PROFILE="config/eddie" - MODULE_LOAD="module load python/3.8 singularity" + MODULE_LOAD="module load python singularity" # snakemake is already in Taka's path in his bashrc TEMP_DIR="/exports/eddie/scratch/$USER" else