posebench-fast 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- posebench_fast/__init__.py +1 -1
- posebench_fast/metrics/rmsd.py +1 -1
- {posebench_fast-0.1.1.dist-info → posebench_fast-0.1.2.dist-info}/METADATA +1 -2
- {posebench_fast-0.1.1.dist-info → posebench_fast-0.1.2.dist-info}/RECORD +5 -5
- {posebench_fast-0.1.1.dist-info → posebench_fast-0.1.2.dist-info}/WHEEL +0 -0
posebench_fast/__init__.py
CHANGED
posebench_fast/metrics/rmsd.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: posebench-fast
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Fast docking evaluation metrics: symmetry-corrected RMSD and PoseBusters filters
|
|
5
5
|
Keywords: docking,rmsd,posebusters,molecular-docking,benchmark
|
|
6
6
|
Author: Nikolenko
|
|
@@ -194,7 +194,6 @@ metrics_df, scored = get_final_results_for_df(
|
|
|
194
194
|
- **[PoseBench](https://github.com/BioinfoMachineLearning/PoseBench)** - Original comprehensive benchmark suite for molecular docking. Use if you need full datasets and reproducible benchmark runs.
|
|
195
195
|
- [spyrmsd](https://github.com/RMeli/spyrmsd) - Symmetry-corrected RMSD algorithms
|
|
196
196
|
- [PoseBusters](https://github.com/maabuu/posebusters) - Full physical validity validation (27 tests)
|
|
197
|
-
- [DiffDock](https://github.com/gcorso/DiffDock) - Fast filter implementations origin
|
|
198
197
|
|
|
199
198
|
## License
|
|
200
199
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
posebench_fast/__init__.py,sha256=
|
|
1
|
+
posebench_fast/__init__.py,sha256=MGtB_ierYgvw_yTfIxij0A9DHsL0-PO-UeMgZetQLwM,1264
|
|
2
2
|
posebench_fast/datasets/__init__.py,sha256=-29X5OLrM8eE-bXnB-S_RC4ROjZq0d0lluVAOKtHkRM,44
|
|
3
3
|
posebench_fast/filters/__init__.py,sha256=Qm9CK25oMyWwV0gopk7qcU0YQw8cnx9qJFJFQjybSF8,337
|
|
4
4
|
posebench_fast/filters/fast_filters.py,sha256=qfMNIAyCDXtVh5oDDl-iC-1WKxJmzN55LVJTwbolHE4,17428
|
|
5
5
|
posebench_fast/metrics/__init__.py,sha256=g49mQpR1uSy6v3gFtarTTVcDKeQXlB3ZONCntFLlRs4,765
|
|
6
6
|
posebench_fast/metrics/aggregation.py,sha256=QZNRlp40kpdcxjC5H9WyR6KWFzboOHcmcCke8AEdD-w,13046
|
|
7
|
-
posebench_fast/metrics/rmsd.py,sha256=
|
|
7
|
+
posebench_fast/metrics/rmsd.py,sha256=LwQeSCHtIvXQswnUqAhXWw5-5_43M61k5aQgUhnFoOo,7368
|
|
8
8
|
posebench_fast/utils/__init__.py,sha256=TMMehJTihRawWfPW_qBEQIVzpf-Z92QujVAcgNydylI,44
|
|
9
|
-
posebench_fast-0.1.
|
|
10
|
-
posebench_fast-0.1.
|
|
11
|
-
posebench_fast-0.1.
|
|
9
|
+
posebench_fast-0.1.2.dist-info/WHEEL,sha256=5DEXXimM34_d4Gx1AuF9ysMr1_maoEtGKjaILM3s4w4,80
|
|
10
|
+
posebench_fast-0.1.2.dist-info/METADATA,sha256=eW0BUzkLltyHL-_zdEYojSYDbt1xrG9-HPSzQtnNM7s,7288
|
|
11
|
+
posebench_fast-0.1.2.dist-info/RECORD,,
|
|
File without changes
|