diff --git a/README.md b/README.md index 595bf77..3a9917b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Implementation of equivariant GVP-GNNs as described in [Learning from Protein St **UPDATE:** Also includes equivariant GNNs with vector gating as described in [Equivariant Graph Neural Networks for 3D Macromolecular Structure](https://arxiv.org/abs/2106.03843) by B Jing, S Eismann, P Soni, and RO Dror. -Scripts for training/testing/sampling on protein design and training/testing on all [ATOM3D](https://arxiv.org/abs/2012.04035) tasks are provided. +Scripts for training / testing / sampling on protein design and training / testing on all [ATOM3D](https://arxiv.org/abs/2012.04035) tasks are provided. **Note:** This implementation is in PyTorch Geometric. The original TensorFlow code, which is not maintained, can be found [here](https://github.com/drorlab/gvp). -

+

@@ -305,4 +305,4 @@ Portions of the input data pipeline were adapted from [Ingraham, et al, NeurIPS journal={arXiv preprint arXiv:2106.03843}, year={2021} } -``` \ No newline at end of file +```