sagawa commited on
Commit
b406e26
1 Parent(s): 2683162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def predict_stability(cfg, model_choice, organism_choice, pdb_file=None, sequenc
32
  pdb_path = pdb_file.name # Get the path of the uploaded PDB file
33
  os.system("chmod 777 bin/foldseek")
34
  sequences = get_foldseek_seq(pdb_path)
35
- return str(sequences)
36
  # if not sequences:
37
  # return "Failed to extract sequence from the PDB file."
38
  # if model_choice == "SaProt":
 
32
  pdb_path = pdb_file.name # Get the path of the uploaded PDB file
33
  os.system("chmod 777 bin/foldseek")
34
  sequences = get_foldseek_seq(pdb_path)
35
+ return str([type(sequences), sequences, pdb_path])
36
  # if not sequences:
37
  # return "Failed to extract sequence from the PDB file."
38
  # if model_choice == "SaProt":