Skip to content

Commit

Permalink
Update $PATH for recurm-v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sternp authored Aug 27, 2024
1 parent d7706f7 commit 4e07a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmr_bashrc_extras.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND ; }"'echo $$ $USER \

#Path to kingfisher # symlinked /lustre/work-lustre/microbiome/sw/kingfisher-download/bin/kingfisher in $CONDA_PREFIX/envs/kingfisher/bin instead
export PATH=/work/microbiome/sw/kingfisher_repos/kingfisher-v0.4.1/kingfisher-download/bin:$PATH
export PATH=/work/microbiome/sw/recurm_repos/recurm/bin:$PATH
export PATH=/work/microbiome/sw/recurm_repos/recurm-v0.3.0/recurm/bin:$PATH

#add RAM usage limits
if [ `hostname` = "cl5n006" ] || [ `hostname` = "cl5n007" ] || [ `hostname` = "cl5n008" ] || [ `hostname` = "cl5n009" ]
Expand Down

0 comments on commit 4e07a12

Please sign in to comment.