Skip to content

Commit

Permalink
fix(eddie): add Taka's venv to path
Browse files Browse the repository at this point in the history
temporary workaround until we find out how to make this work more generally
  • Loading branch information
kelly-sovacool committed Dec 31, 2024
1 parent 2a8bc5b commit a89b1ff
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 singularity"
PATH_PREPEND='export PATH="/home/ttakanob/py3.8_venv/bin/:$PATH"'
MODULE_LOAD="module load singularity; $PATH_PREPEND"
# python & snakemake are already in Taka's path in his bashrc
TEMP_DIR="/exports/eddie/scratch/$USER"
else
Expand Down

0 comments on commit a89b1ff

Please sign in to comment.