Skip to content
Snippets Groups Projects
Commit 8100dae6 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/clip_figures/clip_launcher_4_many_communities.py:...

src/find_interaction_cluster/clip_figures/clip_launcher_4_many_communities.py: add pointsize argument in mantage command
parent 7a662fe1
Branches
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ def merge_figures(folder: Path) -> None:
"""
fig_name = folder.name
cmd = f"montage -geometry +1+1 -tile 1X6 " \
f"-compress jpeg -density 100 " \
f"-compress jpeg -density 100 -label %t -pointsize 50 " \
f"{folder}/*.tmp.pdf {folder}/{fig_name}.pdf"
sp.check_call(cmd, shell=True)
......@@ -161,8 +161,6 @@ def clip_folder_analysis(clip_folder: str, weight: int,
else ConfigClip.bed_exon
files = list(clip_folder.glob("*.bed")) + \
list(clip_folder.glob("*.bed.gz"))
files = [files[0]]
processes = []
p = {"project": project, "weight": weight, "global_weight": global_weight,
"same_gene": same_gene, "inflation": inflation,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment