dylanplummer commited on
Commit
eba3c82
·
1 Parent(s): 2e1e60c

test new model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from huggingface_hub import hf_hub_download
18
  prior_name = 'dcq'
19
  resolution = '10kb'
20
  loop_q = 0.99
21
- suffix = f'ice_{loop_q}'
22
  out_dir = 'pooled_cells_' + suffix
23
  plot_dir = os.path.join(out_dir, 'ism_loop_plots_distal')
24
  dist_range = 10e6
 
18
  prior_name = 'dcq'
19
  resolution = '10kb'
20
  loop_q = 0.99
21
+ suffix = f'ice_deeploop_{loop_q}'
22
  out_dir = 'pooled_cells_' + suffix
23
  plot_dir = os.path.join(out_dir, 'ism_loop_plots_distal')
24
  dist_range = 10e6