Spaces:
Sleeping
Sleeping
Commit
·
bb579bd
1
Parent(s):
f8c54bb
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +4 -4
code/add_3Dalignment.py
CHANGED
@@ -265,10 +265,10 @@ def get_alignments_3D(identifier, model_num, pdb_path, pdbSequence, source, chai
|
|
265 |
aligner.substitution_matrix = substitution_matrices.load("BLOSUM62")
|
266 |
aligner.open_gap_score = -11
|
267 |
aligner.extend_gap_score = -1
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
alignments = aligner.align(pdbSequence, atomSequence)
|
273 |
alignments = (list(alignments))
|
274 |
print('IN FUNC')
|
|
|
265 |
aligner.substitution_matrix = substitution_matrices.load("BLOSUM62")
|
266 |
aligner.open_gap_score = -11
|
267 |
aligner.extend_gap_score = -1
|
268 |
+
st.write('I wanna sleep')
|
269 |
+
st.write(pdbSequence)
|
270 |
+
st.write(atomSequence)
|
271 |
+
st.write(aligner.align(pdbSequence, atomSequence))
|
272 |
alignments = aligner.align(pdbSequence, atomSequence)
|
273 |
alignments = (list(alignments))
|
274 |
print('IN FUNC')
|