Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
514d0dc
1
Parent(s):
d9d6eff
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',
|
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', pdbSequence, source, chain, pdbID, mode, file_format = 'gzip')
|
1399 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1400 |
try:
|
1401 |
coordMut = get_coords(mutPos, alignments, 'nan', 'nan', mode)[0]
|