dylan-plummer commited on
Commit
bb6d255
·
1 Parent(s): 1403428

dpnii ref

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