dylan-plummer commited on
Commit
8d99f64
·
1 Parent(s): fb4e36d

change to arima ref default

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -195,7 +195,8 @@ with open(model_architecture, 'r') as f:
195
  model.load_weights(model_weights)
196
 
197
  # Define the anchor file path
198
- anchor_file = 'ref/hg19_DPNII_anchor_bed/chr22.bed' # Replace with your anchor file
 
199
 
200
  # Define the tile size
201
  tile_size = 128
 
195
  model.load_weights(model_weights)
196
 
197
  # Define the anchor file path
198
+ #anchor_file = 'ref/hg19_DPNII_anchor_bed/chr22.bed'
199
+ anchor_file = 'ref/hg19_Arima_anchor_bed/chr22.bed'
200
 
201
  # Define the tile size
202
  tile_size = 128