Spaces:
Sleeping
Sleeping
Commit
·
b99df6a
1
Parent(s):
ef9bfb3
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -60,6 +60,7 @@ def pdb(input_set, mode, impute):
|
|
60 |
data = clean_data(input_set)
|
61 |
path_to_input_files, path_to_output_files, path_to_domains, fisher_path, path_to_interfaces, buffer = manage_files(mode)
|
62 |
out_path = path_to_output_files / 'log.txt'
|
|
|
63 |
sys.stdout = open(out_path, 'w')
|
64 |
print('Creating directories...')
|
65 |
|
|
|
60 |
data = clean_data(input_set)
|
61 |
path_to_input_files, path_to_output_files, path_to_domains, fisher_path, path_to_interfaces, buffer = manage_files(mode)
|
62 |
out_path = path_to_output_files / 'log.txt'
|
63 |
+
st.write(out_path)
|
64 |
sys.stdout = open(out_path, 'w')
|
65 |
print('Creating directories...')
|
66 |
|