Skip to content

Commit 79853f9

Browse files
Letian88dp
andauthored
replace github address (#246)
Co-authored-by: dp <dp@dpdeMacBook-Pro-7.local>
1 parent 1078be7 commit 79853f9

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shortcuts
2020
Uni-Mol: A Universal 3D Molecular Representation Learning Framework
2121
-------------------------------------------------------------------
2222

23-
[[Paper](https://openreview.net/forum?id=6K2RM6wVqKu)], [[Uni-Mol Docking Colab](https://colab.research.google.com/github/dptech-corp/Uni-Mol/blob/main/unimol/notebooks/unimol_binding_pose_demo.ipynb)]
23+
[[Paper](https://openreview.net/forum?id=6K2RM6wVqKu)], [[Uni-Mol Docking Colab](https://colab.research.google.com/github/deepmodeling/Uni-Mol/blob/main/unimol/notebooks/unimol_binding_pose_demo.ipynb)]
2424

2525
Authors: Gengmo Zhou, Zhifeng Gao, Qiankun Ding, Hang Zheng, Hongteng Xu, Zhewei Wei, Linfeng Zhang, Guolin Ke
2626

@@ -147,4 +147,4 @@ Please kindly cite our papers if you use the data/code/model.
147147
License
148148
-------
149149

150-
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/dptech-corp/Uni-Mol/blob/main/LICENSE) for additional details.
150+
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/deepmodeling/Uni-Mol/blob/main/LICENSE) for additional details.

unimol/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Uni-Mol: A Universal 3D Molecular Representation Learning Framework
22
===================================================================
33

4-
[[Paper](https://openreview.net/forum?id=6K2RM6wVqKu)], [[Uni-Mol Docking Colab](https://colab.research.google.com/github/dptech-corp/Uni-Mol/blob/main/unimol/notebooks/unimol_binding_pose_demo.ipynb)]
4+
[[Paper](https://openreview.net/forum?id=6K2RM6wVqKu)], [[Uni-Mol Docking Colab](https://colab.research.google.com/github/deepmodeling/Uni-Mol/blob/main/unimol/notebooks/unimol_binding_pose_demo.ipynb)]
55

66
Authors: Gengmo Zhou, Zhifeng Gao, Qiankun Ding, Hang Zheng, Hongteng Xu, Zhewei Wei, Linfeng Zhang, Guolin Ke
77

@@ -63,23 +63,23 @@ Uni-Mol's pretrained model weights
6363

6464
| Model | File Size |Update Date | Download Link |
6565
|--------------------------|------------| ------------|--------------------------------------------------------------|
66-
| molecular pretrain | 181MB | Aug 17 2022 |https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/mol_pre_no_h_220816.pt |
67-
| pocket pretrain | 181MB | Aug 17 2022 |https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/pocket_pre_220816.pt |
66+
| molecular pretrain | 181MB | Aug 17 2022 |https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/mol_pre_no_h_220816.pt |
67+
| pocket pretrain | 181MB | Aug 17 2022 |https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/pocket_pre_220816.pt |
6868

6969

7070
Uni-Mol's finetuned model weights
7171
----------------------------------
7272

7373
| Model | File Size| Update Date| Download Link |
7474
|-------------------------------------------------|---------| -----------|--------------------------------------------------------------------|
75-
| molecular conformation generation (qm9) | 181MB | Sep 8 2022 |https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/qm9_220908.pt |
76-
| molecular conformation generation (drugs) | 181MB | Sep 8 2022 |https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/drugs_220908.pt |
77-
| Protein-ligand binding pose prediction | 415MB | Sep 8 2022 |https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/binding_pose_220908.pt |
75+
| molecular conformation generation (qm9) | 181MB | Sep 8 2022 |https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/qm9_220908.pt |
76+
| molecular conformation generation (drugs) | 181MB | Sep 8 2022 |https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/drugs_220908.pt |
77+
| Protein-ligand binding pose prediction | 415MB | Sep 8 2022 |https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/binding_pose_220908.pt |
7878

7979

8080
Dependencies
8181
------------
82-
- [Uni-Core](https://github.com/dptech-corp/Uni-Core), check its [Installation Documentation](https://github.com/dptech-corp/Uni-Core#installation).
82+
- [Uni-Core](https://github.com/deepmodeling/Uni-Core), check its [Installation Documentation](https://github.com/deepmodeling/Uni-Core#installation).
8383
- rdkit==2022.9.3, install via `pip install rdkit-pypi==2022.9.3`
8484

8585
To use GPUs within docker you need to [install nvidia-docker-2](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker) first. Use the following command to pull the docker image:
@@ -268,7 +268,7 @@ For ClinTox, Tox21, ToxCast, SIDER, HIV, PCBA and MUV, we set `loss_func=multi_t
268268
For ESOL, FreeSolv and Lipo, we set `loss_func=finetune_mse`.
269269
For QM7, QM8 and QM9, we set `loss_func=finetune_smooth_mae`.
270270

271-
**NOTE**: Our first version of the molecular pretraining ran with **all hydrogen** pretrained model, and above hyper-parameters are also for **all hydrogen** pretrained model. You can download the [all hydrogen model parameter](https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/mol_pre_all_h_220816.pt) here, and use it with `only_polar=-1` to reproduce our results. The performance of pretraining model with **no hydrogen** is very close to the **all hydrogen** one in molecular property prediction. We will update the hyperparameters for the no hydrogen version later.
271+
**NOTE**: Our first version of the molecular pretraining ran with **all hydrogen** pretrained model, and above hyper-parameters are also for **all hydrogen** pretrained model. You can download the [all hydrogen model parameter](https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/mol_pre_all_h_220816.pt) here, and use it with `only_polar=-1` to reproduce our results. The performance of pretraining model with **no hydrogen** is very close to the **all hydrogen** one in molecular property prediction. We will update the hyperparameters for the no hydrogen version later.
272272

273273
**NOTE**: For reproduce, you can do the validation on test set while training, with `--valid-subset valid` changing to `--valid-subset valid,test`. The model selection is still based on the performance of the valid set. It is controlled by `--best-checkpoint-metric $metric`.
274274

@@ -537,4 +537,4 @@ Please kindly cite this paper if you use the data/code/model.
537537
License
538538
-------
539539

540-
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/dptech-corp/Uni-Mol/blob/main/LICENSE) for additional details.
540+
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/deepmodeling/Uni-Mol/blob/main/LICENSE) for additional details.

unimol/notebooks/unimol_binding_pose_demo.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"source": [
99
"# Uni-Mol Binding Pose Prediction Colab\n",
1010
"\n",
11-
"This Colab notebook provides an online runnable version of [Uni-Mol](https://github.com/dptech-corp/Uni-Mol/) binding pose prediction (short for \"docking\" in the following) with custom settings.\n",
11+
"This Colab notebook provides an online runnable version of [Uni-Mol](https://github.com/deepmodeling/Uni-Mol/) binding pose prediction (short for \"docking\" in the following) with custom settings.\n",
1212
"Uni-Mol docking is very fast in dozens of seconds. \n",
1313
"\n",
1414
"Please note that this Colab notebook is not a finished product and is provided as an early-access prototype. It is provided for theoretical modeling only and caution should be exercised in its use. \n",
1515
"\n",
1616
"**Licenses**\n",
1717
"\n",
18-
"This Colab uses the [Uni-Mol model parameters](https://github.com/dptech-corp/Uni-Mol/LICENSE) and its outputs are under the terms of the Creative Commons Attribution 4.0 International (CC BY 4.0) license. You can find details at: https://creativecommons.org/licenses/by/4.0/legalcode. The Colab is provided under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).\n",
18+
"This Colab uses the [Uni-Mol model parameters](https://github.com/deepmodeling/Uni-Mol/LICENSE) and its outputs are under the terms of the Creative Commons Attribution 4.0 International (CC BY 4.0) license. You can find details at: https://creativecommons.org/licenses/by/4.0/legalcode. The Colab is provided under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).\n",
1919
"\n",
2020
"\n",
2121
"**Citations**\n",
@@ -38,10 +38,10 @@
3838
"%%bash\n",
3939
"#@title Install dependencies\n",
4040
"\n",
41-
"GIT_REPO='https://github.com/dptech-corp/Uni-Mol'\n",
42-
"UNICORE_URL='https://github.com/dptech-corp/Uni-Core/releases/download/0.0.2/unicore-0.0.1+cu116torch1.13.1-cp39-cp39-linux_x86_64.whl'\n",
43-
"DOCKING_DATA_URL='https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/CASF-2016.tar.gz'\n",
44-
"DOCKING_WEIGHT_URL='https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/binding_pose_220908.pt'\n",
41+
"GIT_REPO='https://github.com/deepmodeling/Uni-Mol'\n",
42+
"UNICORE_URL='https://github.com/deepmodeling/Uni-Core/releases/download/0.0.2/unicore-0.0.1+cu116torch1.13.1-cp39-cp39-linux_x86_64.whl'\n",
43+
"DOCKING_DATA_URL='https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/CASF-2016.tar.gz'\n",
44+
"DOCKING_WEIGHT_URL='https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/binding_pose_220908.pt'\n",
4545
"if [ ! -f UNIMOL_READY ]; then\n",
4646
" wget -q ${UNICORE_URL} \n",
4747
" pip3 -q install \"unicore-0.0.1+cu116torch1.13.1-cp39-cp39-linux_x86_64.whl\" \n",

unimol/notebooks/unimol_pocket_repr_demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"outputs": [],
4141
"source": [
4242
"%%bash\n",
43-
"pocket_data_url='https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/CASF-2016.tar.gz'\n",
44-
"pocket_weight_url='https://github.com/dptech-corp/Uni-Mol/releases/download/v0.1/pocket_pre_220816.pt'\n",
43+
"pocket_data_url='https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/CASF-2016.tar.gz'\n",
44+
"pocket_weight_url='https://github.com/deepmodeling/Uni-Mol/releases/download/v0.1/pocket_pre_220816.pt'\n",
4545
"wget -q ${pocket_data_url}\n",
4646
"tar -xzf \"CASF-2016.tar.gz\"\n",
4747
"wget -q ${pocket_weight_url}"

unimol/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+git://github.com/dptech-crop/Uni-Core.git@stable#egg=Uni-Core
1+
git+git://github.com/deepmodeling/Uni-Core.git@stable#egg=Uni-Core

unimol/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author="DP Technology",
1111
author_email="unimol@dp.tech",
1212
license="The MIT License",
13-
url="https://github.com/dptech-corp/Uni-Mol",
13+
url="https://github.com/deepmodeling/Uni-Mol",
1414
packages=find_packages(
1515
exclude=["scripts", "tests", "example_data", "docker", "figure"]
1616
),

unimol_docking_v2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Service of Uni-Mol Docking V2 is avaiable at https://bohrium.dp.tech/apps/unimol
1212

1313
Dependencies
1414
------------
15-
- [Uni-Core](https://github.com/dptech-corp/Uni-Core), check its [Installation Documentation](https://github.com/dptech-corp/Uni-Core#installation).
15+
- [Uni-Core](https://github.com/deepmodeling/Uni-Core), check its [Installation Documentation](https://github.com/deepmodeling/Uni-Core#installation).
1616
- rdkit==2022.9.3, install via `pip install rdkit-pypi==2022.9.3 -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn`
1717
- biopandas==0.4.1, install via `pip install biopandas`
1818

@@ -21,7 +21,7 @@ Data
2121
| Data | File Size | Update Date | Download Link |
2222
|--------------------------|------------| ----------- |---------------------------------------------------------------------------------------------------------------------------|
2323
| Raw training data | 4.95GB | May 14 2024 |https://zenodo.org/records/11191555 |
24-
| Posebusters and Astex | 8.2MB | Nov 16 2023 |https://github.com/dptech-corp/Uni-Mol/files/13352676/eval_sets.zip |
24+
| Posebusters and Astex | 8.2MB | Nov 16 2023 |https://github.com/deepmodeling/Uni-Mol/files/13352676/eval_sets.zip |
2525

2626

2727
Note that we use the `Posebusters V1` (428 datapoints, released in August 2023). For the latest version, please refer to [Posebusters repo](https://github.com/maabuu/posebusters).
@@ -113,4 +113,4 @@ Please kindly cite this paper if you use the data/code/model.
113113
License
114114
-------
115115

116-
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/dptech-corp/Uni-Mol/blob/main/LICENSE) for additional details.
116+
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/deepmodeling/Uni-Mol/blob/main/LICENSE) for additional details.

unimol_plus/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ In the [PCQM4MV2](https://ogb.stanford.edu/docs/lsc/leaderboards/#pcqm4mv2) benc
1212

1313
| Model Settings | # Layers | # Param. | Validation MAE | Model Checkpoint |
1414
|------------------|------------| ----------- |------------------|------------------|
15-
| Uni-Mol+ | 12 | 52.4 M | 0.0696 | [link](https://github.com/dptech-corp/Uni-Mol/releases/download/v0.2/unimol_plus_pcq_base.pt) |
16-
| Uni-Mol+ Large | 18 | 77 M | 0.0693 | [link](https://github.com/dptech-corp/Uni-Mol/releases/download/v0.2/unimol_plus_pcq_large.pt) |
17-
| Uni-Mol+ Small | 6 | 27.7 M | 0.0714 | [link](https://github.com/dptech-corp/Uni-Mol/releases/download/v0.2/unimol_plus_pcq_small.pt) |
15+
| Uni-Mol+ | 12 | 52.4 M | 0.0696 | [link](https://github.com/deepmodeling/Uni-Mol/releases/download/v0.2/unimol_plus_pcq_base.pt) |
16+
| Uni-Mol+ Large | 18 | 77 M | 0.0693 | [link](https://github.com/deepmodeling/Uni-Mol/releases/download/v0.2/unimol_plus_pcq_large.pt) |
17+
| Uni-Mol+ Small | 6 | 27.7 M | 0.0714 | [link](https://github.com/deepmodeling/Uni-Mol/releases/download/v0.2/unimol_plus_pcq_small.pt) |
1818

1919

2020
In the [OC20](https://opencatalystproject.org/leaderboard.html) IS2RE benchmark, Uni-Mol+ outperforms previous SOTA methods by a large margin.
2121

2222
| Model Settings | # Layers | # Param. | Validation Mean MAE | Test Mean MAE | Model Checkpoint |
2323
|------------------|------------| ----------- |----------------------|----------------|------------------|
24-
| Uni-Mol+ | 12 | 48.6 M | 0.4088 | 0.4143 | [link](https://github.com/dptech-corp/Uni-Mol/releases/download/v0.2/unimol_plus_oc20_base.pt) |
24+
| Uni-Mol+ | 12 | 48.6 M | 0.4088 | 0.4143 | [link](https://github.com/deepmodeling/Uni-Mol/releases/download/v0.2/unimol_plus_oc20_base.pt) |
2525

2626

2727
Dependencies
2828
------------
29-
- [Uni-Core](https://github.com/dptech-corp/Uni-Core) with pytorch > 2.0.0, check its [Installation Documentation](https://github.com/dptech-corp/Uni-Core#installation).
29+
- [Uni-Core](https://github.com/deepmodeling/Uni-Core) with pytorch > 2.0.0, check its [Installation Documentation](https://github.com/deepmodeling/Uni-Core#installation).
3030
- rdkit==2022.09.3, install via `pip install rdkit==2022.09.3`
3131
- numba and pandas, install via `pip install numba pandas`
3232

@@ -128,4 +128,4 @@ Please kindly cite this paper if you use the data/code/model.
128128
License
129129
-------
130130

131-
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/dptech-corp/Uni-Mol/blob/main/LICENSE) for additional details.
131+
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/deepmodeling/Uni-Mol/blob/main/LICENSE) for additional details.

unimol_plus/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author="DP Technology",
1111
author_email="unimol@dp.tech",
1212
license="The MIT License",
13-
url="https://github.com/dptech-corp/Uni-Mol",
13+
url="https://github.com/deepmodeling/Uni-Mol",
1414
packages=find_packages(
1515
exclude=["scripts", "tests", "example_data", "docker", "figure"]
1616
),

unimol_tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install huggingface_hub
3131
pip install -r requirements.txt
3232

3333
## Clone repository
34-
git clone https://github.com/dptech-corp/Uni-Mol.git
34+
git clone https://github.com/deepmodeling/Uni-Mol.git
3535
cd Uni-Mol/unimol_tools
3636

3737
## Install

0 commit comments

Comments
 (0)