Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
99b7583
1
Parent(s):
e130079
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +1 -1
code/add_3Dalignment.py
CHANGED
@@ -236,7 +236,7 @@ def get_alignments_3D(identifier, model_num, pdb_path, pdbSequence, source, chai
|
|
236 |
print(atoms)
|
237 |
|
238 |
|
239 |
-
atomSequence = ''.join([
|
240 |
print('atomSequence')
|
241 |
print(atomSequence)
|
242 |
coords = [[i[6] ,i[7] ,i[8]] for i in atoms]
|
|
|
236 |
print(atoms)
|
237 |
|
238 |
|
239 |
+
atomSequence = ''.join([threeToOne(i[3]) for i in atoms])
|
240 |
print('atomSequence')
|
241 |
print(atomSequence)
|
242 |
coords = [[i[6] ,i[7] ,i[8]] for i in atoms]
|