Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
fe0f876
1
Parent(s):
ab1a557
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -731,15 +731,8 @@ def alphafold(input_set, mode, impute):
|
|
731 |
files = open(filename, 'r')
|
732 |
file = files.readlines()
|
733 |
for k in file:
|
734 |
-
|
735 |
-
|
736 |
-
st.write(str(k.strip()[10:13]).strip(), sasa_pos)
|
737 |
-
st.write('k', k.strip()[10:13])
|
738 |
-
st.write('sasa_pos',sasa_pos)
|
739 |
-
st.write('len(str(k.strip()[10:13]))',len(str(k.strip()[10:13]).strip()))
|
740 |
-
st.write('len(str(sasa_pos))',len(str(sasa_pos)))
|
741 |
-
|
742 |
-
if str(k.strip()[10:13]) == str(sasa_pos):
|
743 |
st.write('WHY ')
|
744 |
st.write(str(k[4:7].strip()))
|
745 |
st.write('WHY 2')
|
|
|
731 |
files = open(filename, 'r')
|
732 |
file = files.readlines()
|
733 |
for k in file:
|
734 |
+
|
735 |
+
if str(k.strip()[10:13].strip()) == str(sasa_pos):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
736 |
st.write('WHY ')
|
737 |
st.write(str(k[4:7].strip()))
|
738 |
st.write('WHY 2')
|