Spaces:
Sleeping
Sleeping
Commit
·
2f5f179
1
Parent(s):
33aac63
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +0 -1
code/add_3Dalignment.py
CHANGED
@@ -219,7 +219,6 @@ def get_alignments_3D(identifier, model_num, pdbSequence, source, chain, pdbID,
|
|
219 |
print(type(mode))
|
220 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
221 |
print('AFTER')
|
222 |
-
print((uniprotSequence))
|
223 |
print((pdbSequence))
|
224 |
if mode == 1:
|
225 |
print('mode')
|
|
|
219 |
print(type(mode))
|
220 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
221 |
print('AFTER')
|
|
|
222 |
print((pdbSequence))
|
223 |
if mode == 1:
|
224 |
print('mode')
|