From 38f38a3444a0fccba080c3e535912d1cf0e8e85a Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Tue, 15 Apr 2025 11:18:42 +0200
Subject: [PATCH] src/db_utils/config.py: add new gene_age variable

---
 src/db_utils/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 src/db_utils/config.py

diff --git a/src/db_utils/config.py b/src/db_utils/config.py
old mode 100644
new mode 100755
index 35b2c70f..a9831936
--- a/src/db_utils/config.py
+++ b/src/db_utils/config.py
@@ -42,7 +42,7 @@ class Config:
     tf_output_de = results / "tf_tables" / "cin_de_event.gz"
     gene_lost_knockft = results / "tf_tables" / "gene_lost_knockft.txt"
     tf_output_metadata = results / "tf_tables" / "cin_project_tf.txt"
-
+    gene_age = results / "gene_age"
     lcr_data = data / "LCR"
     ef_metadata = data / "metadata_files" / "EF.xlsx"
     ef_folder = data / "EF_data"
-- 
GitLab