Spaces:
Running
Running
Commit
·
6880a9b
1
Parent(s):
f95d1bb
Update pdb_featureVector.py
Browse files- pdb_featureVector.py +1 -1
pdb_featureVector.py
CHANGED
@@ -476,7 +476,7 @@ def pdb(input_set, mode, impute):
|
|
476 |
yes_pdb_no_match = after_up_pdb_alignment[
|
477 |
(after_up_pdb_alignment.pdbID != 'nan') & (after_up_pdb_alignment.mutationPositionOnPDB == 'nan')]
|
478 |
no_pdb = no_pdb.copy()
|
479 |
-
|
480 |
print('PDB matching is completed...\n')
|
481 |
print('SUMMARY')
|
482 |
print('-------')
|
|
|
476 |
yes_pdb_no_match = after_up_pdb_alignment[
|
477 |
(after_up_pdb_alignment.pdbID != 'nan') & (after_up_pdb_alignment.mutationPositionOnPDB == 'nan')]
|
478 |
no_pdb = no_pdb.copy()
|
479 |
+
st.write(pdb_aligned)
|
480 |
print('PDB matching is completed...\n')
|
481 |
print('SUMMARY')
|
482 |
print('-------')
|