File tree Expand file tree Collapse file tree 7 files changed +36
-6
lines changed
Expand file tree Collapse file tree 7 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 2424module load LibTIFF/4.6.0-GCCcore-13.3.0
2525module load R/4.4.2-gfbf-2024a
2626module 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
2933eval " $( ssh-agent -s) "
Original file line number Diff line number Diff line change 1515module load LibTIFF/4.6.0-GCCcore-13.3.0
1616module load R/4.4.2-gfbf-2024a
1717module 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
2024eval " $( ssh-agent -s) "
Original file line number Diff line number Diff line change 1515module load LibTIFF/4.6.0-GCCcore-13.3.0
1616module load R/4.4.2-gfbf-2024a
1717module 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
2024eval " $( ssh-agent -s) "
Original file line number Diff line number Diff line change 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
74eval " $( ssh-agent -s) "
85ssh-add ~ /.ssh/id_rsa
@@ -17,6 +14,14 @@ export LC_PAPER=C.UTF-8
1714export LC_MEASUREMENT=C.UTF-8
1815export 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
Original file line number Diff line number Diff line change 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
74eval " $( ssh-agent -s) "
85ssh-add ~ /.ssh/id_rsa
@@ -17,6 +14,14 @@ export LC_PAPER=C.UTF-8
1714export LC_MEASUREMENT=C.UTF-8
1815export 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
Original file line number Diff line number Diff line change 1515module load LibTIFF/4.6.0-GCCcore-13.3.0
1616module load R/4.4.2-gfbf-2024a
1717module 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
2024eval " $( ssh-agent -s) "
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ module load LibTIFF/4.6.0-GCCcore-13.3.0
1616module load R/4.4.2-gfbf-2024a
1717module load cURL/8.7.1-GCCcore-13.3.0
1818module 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
2125eval " $( ssh-agent -s) "
You can’t perform that action at this time.
0 commit comments