Spaces:
Running
Running
Commit
·
0fad894
1
Parent(s):
304a79b
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -1332,6 +1332,11 @@ def pdb(input_set, mode, impute):
|
|
1332 |
st.write('first')
|
1333 |
st.write(existing_free_sasa)
|
1334 |
pdb_only = data[data.source == 'PDB']
|
|
|
|
|
|
|
|
|
|
|
1335 |
for pdbID in pdb_only.pdbID.to_list():
|
1336 |
st.write('here2')
|
1337 |
if pdbID not in existing_free_sasa:
|
|
|
1332 |
st.write('first')
|
1333 |
st.write(existing_free_sasa)
|
1334 |
pdb_only = data[data.source == 'PDB']
|
1335 |
+
st.write(data)
|
1336 |
+
st.write(pdb_only)
|
1337 |
+
st.write(swiss_only)
|
1338 |
+
st.write(modbase_only)
|
1339 |
+
|
1340 |
for pdbID in pdb_only.pdbID.to_list():
|
1341 |
st.write('here2')
|
1342 |
if pdbID not in existing_free_sasa:
|