Skip to content
Snippets Groups Projects
Commit 807422b4 authored by nfontrod's avatar nfontrod
Browse files

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

parent 7028126e
Branches
No related tags found
No related merge requests found
......@@ -30,9 +30,12 @@ class ConfigClip:
bed / "communities_K562_Lieberman-raw_TADs.txt",
bed / "communities_ISO_Costantini.lifted.txt",
"",
CHic.hic_tad_caller / "communities_K652_4DN_4DNFIJBJ6QVH_hg19.bed",
CHic.hic_tad_caller / "communities_K562_External_4DNFITUOMFUQ_hg19.bed"
CHic.hic_tad_caller / "communities_10000_K652_4DN_4DNFIJBJ6QVH_hg19.bed",
CHic.hic_tad_caller / "communities_10000_K562_External_4DNFITUOMFUQ_hg19.bed",
CHic.hic_tad_caller / "communities_25000_K652_4DN_4DNFIJBJ6QVH_hg19.bed",
CHic.hic_tad_caller / "communities_25000_K562_External_4DNFITUOMFUQ_hg19.bed"
]
# Name of the community files
communities_name = ["TAD_MCF7", "TAD_K562", "Isochores", "",
"TAD_HIC_K562_4DN", "TAD_HIC_K562_External"]
\ No newline at end of file
"TAD_HIC_K562_4DN_10kb", "TAD_HIC_K562_External_10kb",
"TAD_HIC_K562_4DN_25kb", "TAD_HIC_K562_External_25kb"]
\ 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