Skip to content
Snippets Groups Projects
Commit 583ad69e authored by nfontrod's avatar nfontrod
Browse files

src/bed_handler/config.py: Add expressed_genes variable

parent 624eebb0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ class BedConfig:
sipp_vs_ctcf = base / "data" / "Sipp_exon_vs_CTCF.csv"
all_vs_ctcf = base / 'data' / 'All_Exons_vs_CTCF.csv'
exons_vs_ctcf = base / "data" / "All_Exons_vs_CTCF.csv"
expressed_genes = base / "data" / "5y_expressed_genes_basemean>5.txt"
bed = OutputBed
size = 5000
......
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