Spaces:
Sleeping
Sleeping
Commit
·
33aac63
1
Parent(s):
36ba76e
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +0 -3
code/add_3Dalignment.py
CHANGED
|
@@ -217,9 +217,6 @@ 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('I am here get alignments 3D')
|
| 219 |
print(type(mode))
|
| 220 |
-
print((uniprotSequence))
|
| 221 |
-
print((pdbSequence))
|
| 222 |
-
uniprotSequence = convert_non_standard_amino_acids(uniprotSequence)
|
| 223 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
| 224 |
print('AFTER')
|
| 225 |
print((uniprotSequence))
|
|
|
|
| 217 |
def get_alignments_3D(identifier, model_num, pdbSequence, source, chain, pdbID, mode,file_format = 'gzip'):
|
| 218 |
print('I am here get alignments 3D')
|
| 219 |
print(type(mode))
|
|
|
|
|
|
|
|
|
|
| 220 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
| 221 |
print('AFTER')
|
| 222 |
print((uniprotSequence))
|