posebench-fast 0.1.3__tar.gz → 0.1.4__tar.gz
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-0.1.3 → posebench_fast-0.1.4}/PKG-INFO +4 -2
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/README.md +3 -1
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/pyproject.toml +1 -1
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/__init__.py +1 -1
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/datasets/__init__.py +0 -0
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/filters/__init__.py +0 -0
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/filters/fast_filters.py +0 -0
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/metrics/__init__.py +0 -0
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/metrics/aggregation.py +0 -0
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/metrics/rmsd.py +0 -0
- {posebench_fast-0.1.3 → posebench_fast-0.1.4}/src/posebench_fast/utils/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: posebench-fast
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
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
|
|
@@ -22,14 +22,16 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
# posebench-fast
|
|
23
23
|
|
|
24
24
|
[](https://pypi.org/project/posebench-fast/)
|
|
25
|
+
[](https://github.com/LigandPro/posebench-fast/actions/workflows/ci.yml)
|
|
25
26
|
[](https://opensource.org/licenses/MIT)
|
|
27
|
+
[](https://www.python.org/downloads/)
|
|
26
28
|
|
|
27
29
|
Fast docking evaluation metrics: symmetry-corrected RMSD and lightweight PoseBusters filters.
|
|
28
30
|
|
|
29
31
|
## Installation
|
|
30
32
|
|
|
31
33
|
```bash
|
|
32
|
-
pip install posebench-fast
|
|
34
|
+
uv pip install posebench-fast
|
|
33
35
|
```
|
|
34
36
|
|
|
35
37
|
## Features
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
# posebench-fast
|
|
2
2
|
|
|
3
3
|
[](https://pypi.org/project/posebench-fast/)
|
|
4
|
+
[](https://github.com/LigandPro/posebench-fast/actions/workflows/ci.yml)
|
|
4
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
[](https://www.python.org/downloads/)
|
|
5
7
|
|
|
6
8
|
Fast docking evaluation metrics: symmetry-corrected RMSD and lightweight PoseBusters filters.
|
|
7
9
|
|
|
8
10
|
## Installation
|
|
9
11
|
|
|
10
12
|
```bash
|
|
11
|
-
pip install posebench-fast
|
|
13
|
+
uv pip install posebench-fast
|
|
12
14
|
```
|
|
13
15
|
|
|
14
16
|
## Features
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|