Skip to content
Snippets Groups Projects
Commit 539222a7 authored by polarbean's avatar polarbean
Browse files

gui update

parent f164b7a3
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,8 @@ def save_analysis_output(
"alignment_json": alignment_json,
"colour": colour,
"custom_region_path": custom_region_path,
}
}
# Add atlas information to settings
if atlas_name:
settings_dict["atlas_name"] = atlas_name
......@@ -118,6 +118,7 @@ def save_analysis_output(
settings_dict["settings_file"] = settings_file
if custom_region_path:
settings_dict["custom_region_path"] = custom_region_path
if
# Write settings to file
settings_file_path = os.path.join(output_folder, "pynutil_settings.json")
with open(settings_file_path, "w") as f:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment