Spaces:
Sleeping
Sleeping
Commit
·
484d86d
1
Parent(s):
92571bd
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -1418,7 +1418,7 @@ def pdb(input_set, mode, impute):
|
|
1418 |
|
1419 |
alignments = get_alignments_3D(uniprotID, 'nan', pdb_path, pdbSequence, source, chain, pdbID, mode, Path(path_to_output_files / '3D_alignment'), file_format = 'gzip')
|
1420 |
print('main_alignments')
|
1421 |
-
print(alignments)
|
1422 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1423 |
try:
|
1424 |
coordMut = get_coords(mutPos, alignments, 'nan', 'nan', mode)[0]
|
|
|
1418 |
|
1419 |
alignments = get_alignments_3D(uniprotID, 'nan', pdb_path, pdbSequence, source, chain, pdbID, mode, Path(path_to_output_files / '3D_alignment'), file_format = 'gzip')
|
1420 |
print('main_alignments')
|
1421 |
+
print(list(alignments))
|
1422 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1423 |
try:
|
1424 |
coordMut = get_coords(mutPos, alignments, 'nan', 'nan', mode)[0]
|