Skip to content
Snippets Groups Projects
Commit 3ee56af7 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/heatmap_cluster.py: print more details

parent c7453dbf
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,7 @@ def heatmap_creator(community_files: List[str] = (),
f"{community.name}_{reg}_{factor}{e}"
for e in [".txt", ".html"]]
dic_community = get_communities(Path(community), feature, threshold)
print(community, len(dic_community.keys()))
print(community, reg, factor, len(dic_community.keys()))
df = get_heatmap_table(cnx, dic_community, reg, feature, factor)
df.to_csv(outfiles[0], sep="\t", index=True)
heatmap_fig(df, outfiles[1])
......
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