Spaces:
Sleeping
Sleeping
Commit
·
5f7f063
1
Parent(s):
484d86d
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +2 -0
code/add_3Dalignment.py
CHANGED
@@ -228,6 +228,8 @@ def get_alignments_3D(identifier, model_num, pdb_path, pdbSequence, source, chai
|
|
228 |
|
229 |
atoms = [i.split() for i in atoms]
|
230 |
atoms = [i for i in atoms if (i[2] == 'CA' and i[4] == chain)]
|
|
|
|
|
231 |
atomSequence = ''.join([threeToOne(i[3]) for i in atoms])
|
232 |
coords = [[i[6] ,i[7] ,i[8]] for i in atoms]
|
233 |
resnums_for_sasa = [i[5] for i in atoms]
|
|
|
228 |
|
229 |
atoms = [i.split() for i in atoms]
|
230 |
atoms = [i for i in atoms if (i[2] == 'CA' and i[4] == chain)]
|
231 |
+
print('I am the problem its me')
|
232 |
+
print(atoms)
|
233 |
atomSequence = ''.join([threeToOne(i[3]) for i in atoms])
|
234 |
coords = [[i[6] ,i[7] ,i[8]] for i in atoms]
|
235 |
resnums_for_sasa = [i[5] for i in atoms]
|