in bi_systems/microreact_pipeline there are 2 main scripts:
main_micororeact.py
args: path to config (use bi_systems/microreact_pipeline/config/microreact.json)
date - you can specify nextstrain date (default is latest - finds the most recent)
date_folder_suffix - default 'nextstrain' (specify only if folder name diviates from standard)
description: fetches latest metadata and tree files, preprocesses them and uploadest them to google drive (microreact gets updated).
main_website.py
args: path to config (use bi_systems/microreact_pipeline/config/web.json)
description: uploads latest stats (displayed on the front page)
additionally, computes and uploads statistics data, but this was disabled on the website
in
bi_systems/microreact_pipeline
there are 2 main scripts:main_micororeact.py
main_website.py