Fast-HInt-ppi 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.
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/Scoring_HInt.py +2 -2
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt_ppi.egg-info/PKG-INFO +1 -1
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/PKG-INFO +1 -1
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/setup.py +1 -1
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/Fast_HInt.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/File_proteins.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/Utils_HInt.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/__init__.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/get_good_inter_pae.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/__init__.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/calculate_mpdockq.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/clean_pdb.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/interface_assess.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/pi_score_utils.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/pisa_utils.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/run_piscore_wc.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/sc_utils.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt/script_pi_score/svm_model/__init__.py +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt_ppi.egg-info/SOURCES.txt +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt_ppi.egg-info/dependency_links.txt +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt_ppi.egg-info/entry_points.txt +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt_ppi.egg-info/requires.txt +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/Fast_HInt_ppi.egg-info/top_level.txt +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/README.md +0 -0
- {fast_hint_ppi-0.1.3 → fast_hint_ppi-0.1.4}/setup.cfg +0 -0
|
@@ -6,7 +6,7 @@ import os
|
|
|
6
6
|
import csv
|
|
7
7
|
import logging
|
|
8
8
|
import multiprocessing
|
|
9
|
-
|
|
9
|
+
import Fast_HInt.get_good_inter_pae
|
|
10
10
|
import gc
|
|
11
11
|
import pandas as pd
|
|
12
12
|
import json
|
|
@@ -293,7 +293,7 @@ def run_scoring (args) :
|
|
|
293
293
|
"""
|
|
294
294
|
interaction, file, AF_version, Path_ccp4, multi_scoring = args
|
|
295
295
|
try :
|
|
296
|
-
result =
|
|
296
|
+
result = Fast_HInt.get_good_inter_pae.main(interaction, 10, 2, file, AF_version, Path_ccp4, multi_scoring) #normal PAE is 10
|
|
297
297
|
return result
|
|
298
298
|
except Exception as e:
|
|
299
299
|
pid = os.getpid()
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|