Fast-HInt-ppi 0.1.7__tar.gz → 0.1.8__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.
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt_ppi.egg-info/PKG-INFO +1 -2
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt_ppi.egg-info/requires.txt +0 -1
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/PKG-INFO +1 -2
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/setup.py +1 -2
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/Fast_HInt.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/File_proteins.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/Scoring_HInt.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/Utils_HInt.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/__init__.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/get_good_inter_pae.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/__init__.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/calculate_mpdockq.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/clean_pdb.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/interface_assess.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/pi_score_utils.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/pisa_utils.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/run_piscore_wc.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/sc_utils.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/__init__.py +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/finalized_model_A.sav +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/finalized_model_B.sav +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/finalized_model_wc.sav +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/scaler_model_A.sav +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/scaler_model_B.sav +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/scaler_model_wc.sav +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt_ppi.egg-info/SOURCES.txt +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt_ppi.egg-info/dependency_links.txt +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt_ppi.egg-info/entry_points.txt +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt_ppi.egg-info/top_level.txt +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/MANIFEST.in +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/README.md +0 -0
- {fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Fast_HInt-ppi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: A tool to find homologous interactions and speed up AlphaFold-based structural modeling.
|
|
5
5
|
Home-page: https://github.com/Qrouger/HInt
|
|
6
6
|
Author: Quentin Rouger
|
|
@@ -18,7 +18,6 @@ Requires-Dist: packaging
|
|
|
18
18
|
Requires-Dist: opt_einsum
|
|
19
19
|
Requires-Dist: zstandard==0.23.0
|
|
20
20
|
Requires-Dist: typeguard==2.13.3
|
|
21
|
-
Requires-Dist: jax_triton==0.2.0
|
|
22
21
|
Requires-Dist: triton==3.1.0
|
|
23
22
|
Requires-Dist: torch>=1.6
|
|
24
23
|
Requires-Dist: rdkit==2025.9.4
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Fast_HInt-ppi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: A tool to find homologous interactions and speed up AlphaFold-based structural modeling.
|
|
5
5
|
Home-page: https://github.com/Qrouger/HInt
|
|
6
6
|
Author: Quentin Rouger
|
|
@@ -18,7 +18,6 @@ Requires-Dist: packaging
|
|
|
18
18
|
Requires-Dist: opt_einsum
|
|
19
19
|
Requires-Dist: zstandard==0.23.0
|
|
20
20
|
Requires-Dist: typeguard==2.13.3
|
|
21
|
-
Requires-Dist: jax_triton==0.2.0
|
|
22
21
|
Requires-Dist: triton==3.1.0
|
|
23
22
|
Requires-Dist: torch>=1.6
|
|
24
23
|
Requires-Dist: rdkit==2025.9.4
|
|
@@ -4,7 +4,7 @@ from setuptools import setup
|
|
|
4
4
|
|
|
5
5
|
setup(
|
|
6
6
|
name='Fast_HInt-ppi',
|
|
7
|
-
version='0.1.
|
|
7
|
+
version='0.1.8',
|
|
8
8
|
description=(
|
|
9
9
|
'A tool to find homologous interactions and speed up AlphaFold-based structural modeling.'
|
|
10
10
|
),
|
|
@@ -27,7 +27,6 @@ setup(
|
|
|
27
27
|
'opt_einsum',
|
|
28
28
|
'zstandard==0.23.0',
|
|
29
29
|
'typeguard==2.13.3',
|
|
30
|
-
'jax_triton==0.2.0',
|
|
31
30
|
'triton==3.1.0',
|
|
32
31
|
'torch>=1.6',
|
|
33
32
|
'rdkit==2025.9.4',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/scaler_model_A.sav
RENAMED
|
File without changes
|
{fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/scaler_model_B.sav
RENAMED
|
File without changes
|
{fast_hint_ppi-0.1.7 → fast_hint_ppi-0.1.8}/Fast_HInt/script_pi_score/svm_model/scaler_model_wc.sav
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|