fatmacankara commited on
Commit
220f66c
·
1 Parent(s): 01279fb

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +2 -0
code/pdb_featureVector.py CHANGED
@@ -82,6 +82,8 @@ def pdb(input_set, mode, impute):
82
  out_path = path_to_output_files / 'log.txt'
83
  #sys.stdout = open(out_path, 'w')
84
  data = clean_data(input_set)
 
 
85
  if len(data) == 0:
86
  st.write('Feature vectore generation terminated. Please enter a query or check your input format.')
87
  else:
 
82
  out_path = path_to_output_files / 'log.txt'
83
  #sys.stdout = open(out_path, 'w')
84
  data = clean_data(input_set)
85
+ st.write('Clean')
86
+ st.write(data)
87
  if len(data) == 0:
88
  st.write('Feature vectore generation terminated. Please enter a query or check your input format.')
89
  else: