Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyNutil
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Harry Carey
PyNutil
Commits
539222a7
Commit
539222a7
authored
1 month ago
by
polarbean
Browse files
Options
Downloads
Patches
Plain Diff
gui update
parent
f164b7a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PyNutil/io/file_operations.py
+2
-1
2 additions, 1 deletion
PyNutil/io/file_operations.py
with
2 additions
and
1 deletion
PyNutil/io/file_operations.py
+
2
−
1
View file @
539222a7
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment