fatmacankara commited on
Commit
00a9a7b
·
1 Parent(s): 384290f

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +0 -2
code/pdb_featureVector.py CHANGED
@@ -312,8 +312,6 @@ def pdb(input_set, mode, impute):
312
 
313
 
314
  positions = get_interface_positions(data_interface, 'P1', 'P2')
315
- st.write('HERE')
316
- st.write(positions)
317
 
318
  interface_dataframe = pd.DataFrame()
319
 
 
312
 
313
 
314
  positions = get_interface_positions(data_interface, 'P1', 'P2')
 
 
315
 
316
  interface_dataframe = pd.DataFrame()
317