Spaces:
Sleeping
Sleeping
Commit ·
8d99f64
1
Parent(s): fb4e36d
change to arima ref default
Browse files
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'
|
|
|
|
| 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
|