fatmacankara commited on
Commit
f6c8c0c
·
1 Parent(s): cd60b33

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +2 -1
code/alphafold_featureVector.py CHANGED
@@ -716,7 +716,8 @@ def alphafold(input_set, mode, impute):
716
  st.write('WHY ')
717
  st.write(str(k[4:7].strip()))
718
  st.write('WHY 2')
719
- st.write('kk', k)
 
720
  sy.write('kk',k[4:7])
721
  residue = str(k[4:7].strip())
722
 
 
716
  st.write('WHY ')
717
  st.write(str(k[4:7].strip()))
718
  st.write('WHY 2')
719
+ st.write('kk', k, type(k))
720
+ st.write(k[2])
721
  sy.write('kk',k[4:7])
722
  residue = str(k[4:7].strip())
723