Skip to content
Snippets Groups Projects
Commit 3510e8c8 authored by nfontrod's avatar nfontrod
Browse files

src/bed_handler/config.py: add exons_vs_ctcf in BedConfig

parent 52d4c43f
No related branches found
No related tags found
No related merge requests found
Pipeline #141 passed with warnings
......@@ -30,6 +30,7 @@ class BedConfig:
gene_bed = base / "data" / "bed" / "gene.bed"
exon_bed = base / "data" / "bed" / "exon.bed"
sipp_vs_ctcf = base / "data" / "Sipp_exon_vs_CTCF.csv"
exons_vs_ctcf = base / "data" / "All_Exons_vs_CTCF.csv"
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