If You Do Not Have the Tostadas Repository Cloned, There are Two Options to Initialize the Submodule and Retrieve the Submission Config Files:
git clone https://github.com/CDCgov/tostadas.git && cd tostadas/bin && git submodule init && git submodule update --remote
git clone --recurse-submodules https://github.com/CDCgov/tostadas.git
If You Already Have Tostadas Cloned Locally + Want to Update with Latest Remote Changes, You Can Either Use the Following Command Every Time:
git submodule update --remote
git config --global submodule.recurse true
🔗 Internal Repository: https://git.biotech.cdc.gov/monkeypox/mpxv_annotation_submission_dev_configs.git
** Must have access to the Monkeypox group through CDC credentials **