Spaces:
Sleeping
Sleeping
Update src/bin/PROBE.py
Browse files- src/bin/PROBE.py +0 -1
src/bin/PROBE.py
CHANGED
@@ -18,7 +18,6 @@ def load_representation(multi_col_representation_vector_file_path):
|
|
18 |
def run_probe(benchmarks, representation_name, representation_file_human, representation_file_affinity, similarity_tasks=["Sparse","200","500"], function_prediction_aspect="All_Aspects", function_prediction_dataset="All_Data_Sets", family_prediction_dataset=["nc","uc50","uc30","mm15"], detailed_output=False):
|
19 |
print("\n\nPROBE (Protein RepresentatiOn Benchmark) run is started...\n\n")
|
20 |
result = {}
|
21 |
-
result['Method'] = representation_name
|
22 |
|
23 |
if any(item in ['similarity', 'function', 'family', 'all'] for item in benchmarks):
|
24 |
print("\nRepresentation vectors are loading...\n")
|
|
|
18 |
def run_probe(benchmarks, representation_name, representation_file_human, representation_file_affinity, similarity_tasks=["Sparse","200","500"], function_prediction_aspect="All_Aspects", function_prediction_dataset="All_Data_Sets", family_prediction_dataset=["nc","uc50","uc30","mm15"], detailed_output=False):
|
19 |
print("\n\nPROBE (Protein RepresentatiOn Benchmark) run is started...\n\n")
|
20 |
result = {}
|
|
|
21 |
|
22 |
if any(item in ['similarity', 'function', 'family', 'all'] for item in benchmarks):
|
23 |
print("\nRepresentation vectors are loading...\n")
|