Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
13ddb8b
1
Parent(s):
86da608
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -1650,6 +1650,8 @@ def pdb(input_set, mode, impute):
|
|
1650 |
elif (impute == 'False') or (impute == 'false'):
|
1651 |
st.write('DEĞİL', impute)
|
1652 |
pass
|
|
|
|
|
1653 |
ready = ready.replace({'nan': np.NaN})
|
1654 |
ready.to_csv(path_to_output_files / 'featurevector_pdb.txt', sep='\t', index=False)
|
1655 |
if len(ready) == 0:
|
|
|
1650 |
elif (impute == 'False') or (impute == 'false'):
|
1651 |
st.write('DEĞİL', impute)
|
1652 |
pass
|
1653 |
+
else:
|
1654 |
+
st.write('aaa', impute)
|
1655 |
ready = ready.replace({'nan': np.NaN})
|
1656 |
ready.to_csv(path_to_output_files / 'featurevector_pdb.txt', sep='\t', index=False)
|
1657 |
if len(ready) == 0:
|