fatmacankara commited on
Commit
2b7168f
·
1 Parent(s): e426677

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +2 -0
code/alphafold_featureVector.py CHANGED
@@ -605,6 +605,8 @@ def alphafold(input_set, mode, impute):
605
  st.write(pdbSequence)
606
 
607
  st.write('Hello I am in 3Dalignment')
 
 
608
 
609
  atomSequence = ''
610
  coords = []
 
605
  st.write(pdbSequence)
606
 
607
  st.write('Hello I am in 3Dalignment')
608
+ st.write('file', file_format)
609
+
610
 
611
  atomSequence = ''
612
  coords = []