fatmacankara commited on
Commit
bff203f
·
1 Parent(s): 692ea37

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +3 -0
code/alphafold_featureVector.py CHANGED
@@ -717,6 +717,9 @@ def alphafold(input_set, mode, impute):
717
  st.write(str(k[4:7].strip()))
718
  st.write('WHY 2')
719
  residue = str(k.split(' ')[1].strip())
 
 
 
720
  if wt == threeToOne(residue):
721
  sasa = str(k.split(' ')[5]).strip('\n')
722
  elif wt != threeToOne(residue):
 
717
  st.write(str(k[4:7].strip()))
718
  st.write('WHY 2')
719
  residue = str(k.split(' ')[1].strip())
720
+ st.write('k', k)
721
+ st.write(k.split(' ')[5])
722
+ st.write(str(k.split(' ')[5]).strip('\n'))
723
  if wt == threeToOne(residue):
724
  sasa = str(k.split(' ')[5]).strip('\n')
725
  elif wt != threeToOne(residue):