Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 2025 bloomcast #70

Merged
merged 3 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cronjob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# make sure that this file has mode 744
# and that MAILTO is set in crontab

CONDA_BASE_ENV=/home/dlatorne/mambaforge-pypy3
CONDA_BASE_ENV=/home/dlatorne/miniforge-pypy3
CONDA_BLOOMCAST_ENV=/home/dlatorne/conda_envs/bloomcast
RUN_DIR=/data/dlatorne/SOG-projects/SOG-Bloomcast-Ensemble/run
source $CONDA_BASE_ENV/bin/activate $CONDA_BLOOMCAST_ENV && \
cd $RUN_DIR && \
$CONDA_BLOOMCAST_ENV/bin/bloomcast ensemble -v config.yaml --debug
$CONDA_BASE_ENV/bin/activate $CONDA_BLOOMCAST_ENV && \
cd $RUN_DIR && \
$CONDA_BLOOMCAST_ENV/bin/bloomcast ensemble -v config.yaml --debug
File renamed without changes.
Loading