Skip to content

Commit 4f6fefd

Browse files
committed
fix: tweak get_nwss
1 parent ba0ceff commit 4f6fefd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ submit: submit-covid submit-flu
6363
get_nwss:
6464
mkdir -p aux_data/nwss_covid_data; \
6565
mkdir -p aux_data/nwss_flu_data; \
66+
. .venv/bin/activate; \
6667
cd scripts/nwss_export_tool/; \
6768
python nwss_covid_export.py; \
68-
python nwss_covid_export.py
69+
python nwss_influenza_export.py
6970

7071
run-nohup:
7172
nohup Rscript scripts/run.R &

0 commit comments

Comments
 (0)