dylanplummer commited on
Commit
6b6e502
·
1 Parent(s): c1a439b

add tmp dirs

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,6 +9,8 @@ import matplotlib.pyplot as plt
9
  from pathlib import Path
10
  from tensorflow.keras.models import model_from_json
11
 
 
 
12
 
13
 
14
  def get_chromosome_from_filename(filename):
 
9
  from pathlib import Path
10
  from tensorflow.keras.models import model_from_json
11
 
12
+ data_dir = 'data/'
13
+ sparse_data_dir = 'data/sparse_data/'
14
 
15
 
16
  def get_chromosome_from_filename(filename):