You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* kripo.gpcr.h5 - HDF5 file with similarity matrix
100
100
101
101
The data set has been published at [](http://dx.doi.org/10.5281/zenodo.50835)
102
102
@@ -106,8 +106,8 @@ All fragments form all proteins-ligand complexes in PDB compared with all.
106
106
Data set contains PDB entries that where available at 23 December 2015.
107
107
108
108
* kripo.sqlite - Fragments sqlite database
109
-
*Distance matrix is too big to ship with VM so use http://3d-e-chem.vu-compmedchem.nl/kripodb webservice url to query.
110
-
* kripo_fingerprint_2015_*.fp.gz - Fragment fingerprints, see [here](#create-distance-matrix-from-text-files) for instructions how to convert to a distance matrix.
109
+
*Similarity matrix is too big to ship with VM so use http://3d-e-chem.vu-compmedchem.nl/kripodb webservice url to query.
110
+
* kripo_fingerprint_2015_*.fp.gz - Fragment fingerprints, see [here](#create-similarity-matrix-from-text-files) for instructions how to convert to a similarity matrix.
111
111
112
112
The data set has been published at [](http://dx.doi.org/10.5281/zenodo.55254)
113
113
@@ -152,7 +152,7 @@ The Kripo data files can be queried using a web service.
152
152
153
153
Start webservice with:
154
154
```
155
-
kripodb serve --port 8084 data/distances.h5
155
+
kripodb serve --port 8084 data/similarities.h5
156
156
```
157
157
It will print the urls for the swagger spec and UI.
0 commit comments