Clone this repository to ~/pyro-cov
Depending on your platform do:
make install-nextalign-linux
make install-nextclade-linux
or
make install-nextalign
make install-nextclade
pip install -e .[test]
- Work with GISAID to get a data agreement.
- Create a directory ~/data/gisaid/
- Update pull_gisaid.sh file with your credentials and feed
- conda install nodejs
- npm install --global @nextstrain/nextclade
- make update
Run vary holdout experiements
python mutrans.py --vary-holdout
Run backtesting experiments
./run_backtesting.py
``