The source code can be installed with a local clone:
git clone https://github.com/xuhuihuang/graphvampnets.git
(note that the dependencies should be installed first by two steps)
pip install -r ./requirements1.txt
pip install -r ./requirements2.txt
python ./setup.py install
A tutorial can be found here. Note that the data may be too large for colab to process, and you can load processed data for training or load pretrained models to play.
Our codebase builds heavily on
- https://github.com/msmbuilder/msmbuilder
- https://github.com/deeptime-ml/deeptime
- https://github.com/ghorbanimahdi73/GraphVampNet
Thanks for open-sourcing!