Skip to content

Commit

Permalink
chore: snakemake must already be in user path for eddie
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 27, 2024
1 parent b05f54b commit ac602af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charlie
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,8 @@ function main(){
elif [ "$PLATFORM" == "eddie" ]; then
# TODO fill in other variables for eddie
CLUSTER_PROFILE="config/eddie"
MODULE_LOAD="module load python/$PYTHONVERSION snakemake/$SNAKEMAKEVERSION singularity"
MODULE_LOAD="module load python/3.8 singularity"
# snakemake is already in Taka's path in his bashrc
TEMP_DIR="/exports/eddie/scratch/$USER"
else
CLUSTER_PROFILE="config/unknown"
Expand Down

0 comments on commit ac602af

Please sign in to comment.