Spaces:
Sleeping
Sleeping
Commit
·
d2fda53
1
Parent(s):
7be0f29
Update pdb_featureVector.py
Browse files- pdb_featureVector.py +6 -2
pdb_featureVector.py
CHANGED
|
@@ -429,10 +429,14 @@ def pdb(input_set, mode, impute):
|
|
| 429 |
pdb_info = None
|
| 430 |
pdbs = None
|
| 431 |
|
| 432 |
-
|
| 433 |
with_pdb_size = len(with_pdb.drop_duplicates(['datapoint']))
|
| 434 |
with_pdb = None
|
| 435 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 436 |
print('Aligning sequences...\n')
|
| 437 |
aligned_m = final_stage(dfM, annotation_list, Path(path_to_output_files / 'alignment_files'))
|
| 438 |
aligned_nm = final_stage(dfNM, annotation_list, Path(path_to_output_files / 'alignment_files'))
|
|
|
|
| 429 |
pdb_info = None
|
| 430 |
pdbs = None
|
| 431 |
|
| 432 |
+
existing_pdb = None
|
| 433 |
with_pdb_size = len(with_pdb.drop_duplicates(['datapoint']))
|
| 434 |
with_pdb = None
|
| 435 |
+
st.write('dfM')
|
| 436 |
+
st.write(dfM)
|
| 437 |
+
st.write('dfNM')
|
| 438 |
+
st.write(dfNM)
|
| 439 |
+
|
| 440 |
print('Aligning sequences...\n')
|
| 441 |
aligned_m = final_stage(dfM, annotation_list, Path(path_to_output_files / 'alignment_files'))
|
| 442 |
aligned_nm = final_stage(dfNM, annotation_list, Path(path_to_output_files / 'alignment_files'))
|