fatmacankara commited on
Commit
6360c70
·
1 Parent(s): bff203f

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +1 -1
code/alphafold_featureVector.py CHANGED
@@ -718,7 +718,7 @@ def alphafold(input_set, mode, impute):
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')
 
718
  st.write('WHY 2')
719
  residue = str(k.split(' ')[1].strip())
720
  st.write('k', k)
721
+ st.write(k.split(' '))
722
  st.write(str(k.split(' ')[5]).strip('\n'))
723
  if wt == threeToOne(residue):
724
  sasa = str(k.split(' ')[5]).strip('\n')