Skip to content

Commit

Permalink
fix(eddie): do not specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 27, 2024
1 parent ac602af commit 1d8670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charlie
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d8670a

Please sign in to comment.