Skip to content
Snippets Groups Projects
Commit 307d67ff authored by nfontrod's avatar nfontrod
Browse files

src/db_utils/config.py: creation of 4 new variables

parent 103fe022
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,8 @@ class Config:
splicing_projects = data / 'splicing_lore_data' / \
'splicing_lore_projects.txt'
chia_pet_files = data / 'interactions_files' / 'chia_pet'
tests_files = Path(__file__).parents[2] / 'tests' / "files"
\ No newline at end of file
tests_files = Path(__file__).parents[2] / 'tests' / "files"
tf_metadata = data / "TF_data" / "ENCODE_shRNA_metadata.csv"
tf_folder = data / "TF_data" / "TF_DE_data"
tf_output_de = results / 'tf_tables' / "cin_de_event.txt"
tf_output_metadata = results / 'tf_tables' / "cin_project_tf.txt"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment