Spaces:
Sleeping
Sleeping
Commit
·
f1b36e4
1
Parent(s):
bc51ec4
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
|
@@ -440,11 +440,12 @@ def pdb(input_set, mode, impute):
|
|
| 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'))
|
|
|
|
| 443 |
|
| 444 |
st.write('aligned_m')
|
| 445 |
-
st.write(aligned_m)
|
| 446 |
-
st.write(
|
| 447 |
-
|
| 448 |
|
| 449 |
|
| 450 |
# When PDB sequence is nan, it is wrongly aligned to the UniProt sequence. Fix them.
|
|
|
|
| 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'))
|
| 443 |
+
|
| 444 |
|
| 445 |
st.write('aligned_m')
|
| 446 |
+
st.write(aligned_m.iloc[0])
|
| 447 |
+
st.write(aligned_m.iloc[0].to_string())
|
| 448 |
+
|
| 449 |
|
| 450 |
|
| 451 |
# When PDB sequence is nan, it is wrongly aligned to the UniProt sequence. Fix them.
|