-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor updates (version nuber, citation, etc.)
- Loading branch information
jdurrant
committed
Jun 15, 2021
1 parent
0635398
commit a7f7b52
Showing
5 changed files
with
148 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ data/** | |
.store/ | ||
dist/** | ||
build/** | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Data for Training and Inference | ||
|
||
This folder contains data used during training and inference. | ||
|
||
Model configuration files in `/configurations` expect the data files to be in this directory. You can either copy them directly here or use symlinks. | ||
Model configuration files in `/configurations` expect the data files to be in | ||
this directory. You can either copy them directly here or use symlinks. | ||
|
||
You can download the data here: http://durrantlab.com/apps/deepfrag/files/ | ||
|
||
<!-- https://pitt.box.com/s/ubohnl10idnarpam40hq6chggtaojqv7 --> | ||
|
||
Overview: | ||
|
||
- `moad.h5` (7 GB): processed MOAD data loaded by `data_util.FragmentDataset` | ||
- `rdk10_moad` (384 MB): RDK-10 fingerprints for MOAD data loaded by `data_util.FingerprintDataset` (generated with `scripts/make_fingerprints.py`) | ||
- `rdk10_moad` (384 MB): RDK-10 fingerprints for MOAD data loaded by | ||
`data_util.FingerprintDataset` (generated with | ||
`scripts/make_fingerprints.py`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters