colbyford commited on
Commit
2f137f5
1 Parent(s): d4e8d7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def make_scaffold_motifs(pdb_code, start_idx, end_idx, scaffold_length, model_ty
51
  model, collater, tokenizer, scheme = checkpoint
52
  data_top_dir = '/home/user/app/'
53
  print("Current Scaffold Directory:", os.getcwd())
54
- # print("Folders in Current Directory:", os.listdir())
55
  start_idx = list(map(int, start_idx.strip('][').split(',')))
56
  end_idx = list(map(int, end_idx.strip('][').split(',')))
57
  generated_sequence, new_start_idx, new_end_idx = generate_scaffold(model, pdb_code, start_idx, end_idx, scaffold_length, data_top_dir, tokenizer, device='cpu')
 
51
  model, collater, tokenizer, scheme = checkpoint
52
  data_top_dir = '/home/user/app/'
53
  print("Current Scaffold Directory:", os.getcwd())
54
+ print("Folders in Current Directory:", os.listdir())
55
  start_idx = list(map(int, start_idx.strip('][').split(',')))
56
  end_idx = list(map(int, end_idx.strip('][').split(',')))
57
  generated_sequence, new_start_idx, new_end_idx = generate_scaffold(model, pdb_code, start_idx, end_idx, scaffold_length, data_top_dir, tokenizer, device='cpu')