This is the landing page/hub for all WESTPA Tutorials. If you are here to learn how to use WESTPA, you are at the right place!
If you are new to WESTPA, start off our suite of tutorials for WESTPA 2.0 (Bogetti et al. 2023). Tutorials 7.1-7.4 are our basic and intermediate tutorials. Tutorials 7.5-7.10 are our advanced tutorials.
If you decide to clone this repository using git in the command line, make sure to use git clone --recursive https://github.com/westpa/tutorials
so you also clone the tutorial files submodules.
This repository is linked to a specific commit of each tutorial repository using git submodule
and updated weekly using a dependabot. To manually update the existing links to the newest commits, run git submodule update --remote --merge
and push the commit to this repository.
If you need to move/remove the submodules for any reason, follow the instructions here: https://gist.github.com/myusuf3/7f645819ded92bda6677?permalink_comment_id=3936499#gistcomment-3936499