sagawa commited on
Commit
4cc675f
1 Parent(s): 178b187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ def predict_stability(model_choice, organism_choice, pdb_file=None, sequence=Non
10
  return f"Predicted Stability using {model_choice} for {organism_choice}: Example Output"
11
 
12
  def get_foldseek_seq(pdb_path):
 
13
  parsed_seqs = get_struc_seq(
14
  "bin/foldseek",
15
  pdb_path,
 
10
  return f"Predicted Stability using {model_choice} for {organism_choice}: Example Output"
11
 
12
  def get_foldseek_seq(pdb_path):
13
+ pdb_path = pdb_path.name
14
  parsed_seqs = get_struc_seq(
15
  "bin/foldseek",
16
  pdb_path,