Spaces:
Running
Running
Commit
·
8164c4f
1
Parent(s):
64993f7
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -1395,7 +1395,7 @@ def pdb(input_set, mode, impute):
|
|
1395 |
print('Das ist pdb seq')
|
1396 |
print(pdbSequence)
|
1397 |
|
1398 |
-
alignments = get_alignments_3D(uniprotID, 'nan', pdbSequence, source, chain, pdbID, mode,
|
1399 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1400 |
try:
|
1401 |
coordMut = get_coords(mutPos, alignments, 'nan', 'nan', mode)[0]
|
|
|
1395 |
print('Das ist pdb seq')
|
1396 |
print(pdbSequence)
|
1397 |
|
1398 |
+
alignments = get_alignments_3D(uniprotID, 'nan', pdb_path, pdbSequence, source, chain, pdbID, mode, Path(path_to_output_files / '3D_alignment'), file_format = 'gzip')
|
1399 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1400 |
try:
|
1401 |
coordMut = get_coords(mutPos, alignments, 'nan', 'nan', mode)[0]
|