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

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +2 -2
code/alphafold_featureVector.py CHANGED
@@ -716,8 +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, type(k))
720
- st.write(k[2])
721
  sy.write('kk',k[4:7])
722
  residue = str(k[4:7].strip())
723
 
 
716
  st.write('WHY ')
717
  st.write(str(k[4:7].strip()))
718
  st.write('WHY 2')
719
+ st.write('kk', k)
720
+ st.write(k.split(' ')2])
721
  sy.write('kk',k[4:7])
722
  residue = str(k[4:7].strip())
723