Skip to content
Snippets Groups Projects
Commit 0f6dce74 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/config.py: add new variable community_calibration_folder

parent 6e73fade
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,7 @@ class ConfigGraph: ...@@ -137,6 +137,7 @@ class ConfigGraph:
results = Config.results results = Config.results
output_folder = results / 'community_of_co-localized-exons' output_folder = results / 'community_of_co-localized-exons'
community_folder = output_folder / 'communities' community_folder = output_folder / 'communities'
community_calibration_folder = output_folder / "community_calibration"
get_community_file = get_community_file get_community_file = get_community_file
hip_zip = data / 'hipMCL.zip' hip_zip = data / 'hipMCL.zip'
get_hip_folder = get_hipmcl_folder get_hip_folder = get_hipmcl_folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment