https://github.com/awslabs/dgl-lifesci
Revision 954937f708784d4a69ce314692d5adfa8dbddbc6 authored by Mufei Li on 08 February 2022, 08:47:32 UTC, committed by GitHub on 08 February 2022, 08:47:32 UTC
1 parent 8fd3dba
Raw File
Tip revision: 954937f708784d4a69ce314692d5adfa8dbddbc6 authored by Mufei Li on 08 February 2022, 08:47:32 UTC
Update complex_to_graph.py
Tip revision: 954937f
CONTRIBUTORS.md
# Contributing to DGL-LifeSci

Contribution is always welcome. All contributions must go through pull requests
and code review.

Below is a list of community contributors for this project.

Contributors
------------
* [Chengqiang Lu](https://github.com/geekinglcq): Alchemy dataset; MPNN, MGCN and SchNet
* [Jiajing Hu](https://github.com/jjhu94): Weave
* [Zhaoqiang Chen](https://github.com/autodataming): Update RDkit channel for conda installation; Suggestions and improvement for rexgen_direct
* [Yue Zhong](https://github.com/YueZhong-bio): HadamardLinkPredictor, link prediction for ogbl-ppa
* [Yangkang Zhang](https://github.com/yangkang98): GNNOGBPredictor, graph property prediction for ogbg-ppa, support for GuacaMol in JTVAE
* [Sooheon Kim](https://github.com/sooheon): Parallel processing for dataset construction from a CSV file
* [Krishna Sirumalla](https://github.com/skrsna): Fix for regression_inference.py and classification_inference.py; support non-ring systems for ScaffoldSplitter
* [Joshua Meyers](https://github.com/JoshuaMeyers): Fix for load_molecule
* [Pavol Drotar](https://github.com/padr31): Fix for import
* [Nanxuan Zhou](https://github.com/xnuohz): Fix for doc
* [mar-volk](https://github.com/mar-volk): Fix for rexgen_direct
* [Wenxuan Fan](https://github.com/wenx00): Strategies for Pre-training Graph Neural Networks
* [Vignesh Venkataraman](https://github.com/VIGNESHinZONE): PAGTN
* [Eric O. Korman](https://github.com/ekorman): Fix for ogbg_ppa
back to top