Skip to content
Snippets Groups Projects
Commit 6a6f734d authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/clip_figures/config.py: add variables communities...

src/find_interaction_cluster/clip_figures/config.py: add variables communities and communitites name
parent 91739e3b
Branches
No related tags found
No related merge requests found
......@@ -22,4 +22,12 @@ class ConfigClip:
bed_exon = Config.bed_exon
test_gene_bed = Config.tests_files / "genes.bed"
test_clip_bed = Config.tests_files / "clip.bed"
test_clip_file = Config.tests_files / "SF_test_bar.txt"
\ No newline at end of file
test_clip_file = Config.tests_files / "SF_test_bar.txt"
bed = Config.data / "bed"
# Location of the community files
communities = [bed / "communities_HiC_TADs_Stein-MCF7-WT.txt",
bed / "communities_K562_Lieberman-raw_TADs.txt",
bed / "communities_ISO_Costantini.lifted.txt",
""]
# Name of the community files
communities_name = ["TAD_MCF7", "TAD_K562", "Isochores", ""]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment