diff options
Diffstat (limited to 'Code/configure.py')
-rw-r--r-- | Code/configure.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Code/configure.py b/Code/configure.py index f12eed9..be04994 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -59,3 +59,6 @@ SQLITE_EDGE_FILE = '../Data/temp/edges.sqlite' DIFF_EDGE_FILE = '../Data/temp/edges-diff.txt' # the difference between two edge files from yesterday and from today TARGET_TF_FILE = '../Data/information/target_tf.txt' + +# Redis channel for sending newly mapped data +REDIS_CHANNEL = 'SalmonQuant' |