Spaces:
Sleeping
Sleeping
Commit
·
bceaa8d
1
Parent(s):
d7b94cf
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +2 -0
code/add_3Dalignment.py
CHANGED
@@ -217,6 +217,8 @@ def get_coords(annot, alignments, coords, resnums_for_sasa, mode):
|
|
217 |
def get_alignments_3D(identifier, model_num, pdbSequence, source, chain, pdbID, mode,file_format = 'gzip'):
|
218 |
print('In Function')
|
219 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
|
|
|
|
220 |
if mode == 1:
|
221 |
if source != 'MODBASE':
|
222 |
print('I am here')
|
|
|
217 |
def get_alignments_3D(identifier, model_num, pdbSequence, source, chain, pdbID, mode,file_format = 'gzip'):
|
218 |
print('In Function')
|
219 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
220 |
+
print(pdbSequence)
|
221 |
+
print(mode, source)
|
222 |
if mode == 1:
|
223 |
if source != 'MODBASE':
|
224 |
print('I am here')
|