Skip to content
Snippets Groups Projects
Commit 203a4087 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/config.py: add output_factor variable

parent f457e6a8
No related branches found
No related tags found
No related merge requests found
...@@ -152,4 +152,5 @@ class ConfigGraph: ...@@ -152,4 +152,5 @@ class ConfigGraph:
get_hip_folder = get_hipmcl_folder get_hip_folder = get_hipmcl_folder
get_hipmcl_prog = get_hipmcl_prog get_hipmcl_prog = get_hipmcl_prog
good_projects = get_good_project() good_projects = get_good_project()
ppi_threshold = 700 ppi_threshold = 700
\ No newline at end of file output_factor = output_folder / "factor_community_enrichment"
\ No newline at end of file
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