Spaces:
Running
Running
Commit
·
92571bd
1
Parent(s):
955fb9b
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -1417,7 +1417,8 @@ def pdb(input_set, mode, impute):
|
|
1417 |
pdbID = data.at[i, 'pdbID']
|
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 |
-
|
|
|
1421 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1422 |
try:
|
1423 |
coordMut = get_coords(mutPos, alignments, 'nan', 'nan', mode)[0]
|
|
|
1417 |
pdbID = data.at[i, 'pdbID']
|
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]
|