Spaces:
Sleeping
Sleeping
Commit ·
bb6d255
1
Parent(s): 1403428
dpnii ref
Browse files
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 |
-
|
| 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
|