fatmacankara commited on
Commit
ffa8d40
·
1 Parent(s): 7220481

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +1 -1
code/alphafold_featureVector.py CHANGED
@@ -210,7 +210,7 @@ def alphafold(input_set, mode, impute):
210
  ## With new updates, can be updated separately.
211
 
212
  pdb_info = pd.read_csv(alphafold_summary, sep='\t')
213
-
214
  ## Keeping how many models each AlphaFold structure has.
215
  model_count = modelCount(alphafold_path)
216
  for k, v in model_count.items():
 
210
  ## With new updates, can be updated separately.
211
 
212
  pdb_info = pd.read_csv(alphafold_summary, sep='\t')
213
+ st.write(pdb_info)
214
  ## Keeping how many models each AlphaFold structure has.
215
  model_count = modelCount(alphafold_path)
216
  for k, v in model_count.items():