Spaces:
Sleeping
Sleeping
Commit
·
d2a18bc
1
Parent(s):
4188c91
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
|
@@ -269,7 +269,7 @@ def pdb(input_set, mode, impute):
|
|
| 269 |
'motifBinary', 'coiledCoilBinary', 'peptideBinary', 'transitPeptideBinary', 'glycosylationBinary', 'propeptideBinary', 'sasa']
|
| 270 |
|
| 271 |
if len(no_modbase_models_updated) == 0:
|
| 272 |
-
no_modbase_models_updated = pd.DataFrame()
|
| 273 |
st.write('no_modbase_models_updated')
|
| 274 |
st.write(no_modbase_models_updated)
|
| 275 |
st.write(len(no_modbase_models_updated))
|
|
|
|
| 269 |
'motifBinary', 'coiledCoilBinary', 'peptideBinary', 'transitPeptideBinary', 'glycosylationBinary', 'propeptideBinary', 'sasa']
|
| 270 |
|
| 271 |
if len(no_modbase_models_updated) == 0:
|
| 272 |
+
no_modbase_models_updated = pd.DataFrame(columns = SIMPLE_COLS)
|
| 273 |
st.write('no_modbase_models_updated')
|
| 274 |
st.write(no_modbase_models_updated)
|
| 275 |
st.write(len(no_modbase_models_updated))
|