Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
618ce45
1
Parent(s):
9b1537b
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -716,10 +716,7 @@ def alphafold(input_set, mode, impute):
|
|
716 |
st.write('WHY ')
|
717 |
st.write(str(k[4:7].strip()))
|
718 |
st.write('WHY 2')
|
719 |
-
|
720 |
-
st.write(k.split(' ')[2])
|
721 |
-
sy.write('kk',k[4:7])
|
722 |
-
residue = str(k[4:7].strip())
|
723 |
|
724 |
st.write('residue1', residue)
|
725 |
|
|
|
716 |
st.write('WHY ')
|
717 |
st.write(str(k[4:7].strip()))
|
718 |
st.write('WHY 2')
|
719 |
+
residue = str(k.split(' ')[1].strip())
|
|
|
|
|
|
|
720 |
|
721 |
st.write('residue1', residue)
|
722 |
|