We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0ceff commit 4f6fefdCopy full SHA for 4f6fefd
Makefile
@@ -63,9 +63,10 @@ submit: submit-covid submit-flu
63
get_nwss:
64
mkdir -p aux_data/nwss_covid_data; \
65
mkdir -p aux_data/nwss_flu_data; \
66
+ . .venv/bin/activate; \
67
cd scripts/nwss_export_tool/; \
68
python nwss_covid_export.py; \
- python nwss_covid_export.py
69
+ python nwss_influenza_export.py
70
71
run-nohup:
72
nohup Rscript scripts/run.R &
0 commit comments