Spaces:
Sleeping
Sleeping
Commit
·
fbeaeb1
1
Parent(s):
2fb933b
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
|
@@ -314,7 +314,8 @@ def pdb(input_set, mode, impute):
|
|
| 314 |
uniprot_matched = uniprot_matched.drop_duplicates()
|
| 315 |
uniprot_matched = uniprot_matched.merge(pdb_fasta, on=['pdbID', 'chain'], how='left')
|
| 316 |
uniprot_matched = uniprot_matched.astype(str)
|
| 317 |
-
|
|
|
|
| 318 |
with_pdb = uniprot_matched[(uniprot_matched.pdbID != 'nan') & (
|
| 319 |
(uniprot_matched.resolution != 'nan') & (uniprot_matched.resolution != 'OT') & (
|
| 320 |
uniprot_matched.resolution != 'None'))].drop_duplicates()
|
|
|
|
| 314 |
uniprot_matched = uniprot_matched.drop_duplicates()
|
| 315 |
uniprot_matched = uniprot_matched.merge(pdb_fasta, on=['pdbID', 'chain'], how='left')
|
| 316 |
uniprot_matched = uniprot_matched.astype(str)
|
| 317 |
+
print('UNIPTIR MA')
|
| 318 |
+
print(uniprot_matched)
|
| 319 |
with_pdb = uniprot_matched[(uniprot_matched.pdbID != 'nan') & (
|
| 320 |
(uniprot_matched.resolution != 'nan') & (uniprot_matched.resolution != 'OT') & (
|
| 321 |
uniprot_matched.resolution != 'None'))].drop_duplicates()
|