Skip to content

Commit 09b7e92

Browse files
committed
Adds conda env needed for mosquito-alert-model-monitor to work
1 parent 8c10483 commit 09b7e92

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

priority_municipal_data.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
module load LibTIFF/4.6.0-GCCcore-13.3.0
2525
module load R/4.4.2-gfbf-2024a
2626
module load cURL/8.7.1-GCCcore-13.3.0
27+
module load Miniconda3/24.7.1-0
28+
29+
# Activate conda environment
30+
conda activate mosquito-alert-monitor
2731

2832
# Load SSH agent since this is no longer done by default on the cluster
2933
eval "$(ssh-agent -s)"

priority_municipal_forecast.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
module load LibTIFF/4.6.0-GCCcore-13.3.0
1616
module load R/4.4.2-gfbf-2024a
1717
module load cURL/8.7.1-GCCcore-13.3.0
18+
module load Miniconda3/24.7.1-0
19+
20+
# Activate conda environment
21+
conda activate mosquito-alert-monitor
1822

1923
# Load SSH agent since this is no longer done by default on the cluster
2024
eval "$(ssh-agent -s)"

run_priority_sequence.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
module load LibTIFF/4.6.0-GCCcore-13.3.0
1616
module load R/4.4.2-gfbf-2024a
1717
module load cURL/8.7.1-GCCcore-13.3.0
18+
module load Miniconda3/24.7.1-0
19+
20+
# Activate conda environment
21+
conda activate mosquito-alert-monitor
1822

1923
# Load SSH agent since this is no longer done by default on the cluster
2024
eval "$(ssh-agent -s)"

scripts/test_dashboard_integration.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# Load required modules
4-
module load LibTIFF/4.6.0-GCCcore-13.3.0
5-
63
# Load SSH agent since this is no longer done by default on the cluster
74
eval "$(ssh-agent -s)"
85
ssh-add ~/.ssh/id_rsa
@@ -17,6 +14,14 @@ export LC_PAPER=C.UTF-8
1714
export LC_MEASUREMENT=C.UTF-8
1815
export LANG=C.UTF-8
1916

17+
# Load required modules
18+
module load LibTIFF/4.6.0-GCCcore-13.3.0
19+
module load Miniconda3/24.7.1-0
20+
21+
# Activate conda environment
22+
conda activate mosquito-alert-monitor
23+
24+
2025
# test_dashboard_integration.sh
2126
# -----------------------------
2227
# Test script to verify dashboard integration is working

scripts/update_weather_status.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# Load required modules
4-
module load LibTIFF/4.6.0-GCCcore-13.3.0
5-
63
# Load SSH agent since this is no longer done by default on the cluster
74
eval "$(ssh-agent -s)"
85
ssh-add ~/.ssh/id_rsa
@@ -17,6 +14,14 @@ export LC_PAPER=C.UTF-8
1714
export LC_MEASUREMENT=C.UTF-8
1815
export LANG=C.UTF-8
1916

17+
# Load required modules
18+
module load LibTIFF/4.6.0-GCCcore-13.3.0
19+
module load Miniconda3/24.7.1-0
20+
21+
# Activate conda environment
22+
conda activate mosquito-alert-monitor
23+
24+
2025
# scripts/update_weather_status.sh
2126
# ---------------------------------
2227
# Integration script for mosquito-alert-model-monitor dashboard

update_historical_weather.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
module load LibTIFF/4.6.0-GCCcore-13.3.0
1616
module load R/4.4.2-gfbf-2024a
1717
module load cURL/8.7.1-GCCcore-13.3.0
18+
module load Miniconda3/24.7.1-0
19+
20+
# Activate conda environment
21+
conda activate mosquito-alert-monitor
1822

1923
# Load SSH agent since this is no longer done by default on the cluster
2024
eval "$(ssh-agent -s)"

update_weather.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ module load LibTIFF/4.6.0-GCCcore-13.3.0
1616
module load R/4.4.2-gfbf-2024a
1717
module load cURL/8.7.1-GCCcore-13.3.0
1818
module load openssl/1.1.1
19+
module load Miniconda3/24.7.1-0
20+
21+
# Activate conda environment
22+
conda activate mosquito-alert-monitor
1923

2024
# Load SSH agent since this is no longer done by default on the cluster
2125
eval "$(ssh-agent -s)"

0 commit comments

Comments
 (0)