Skip to content

Commit

Permalink
Merge branch 'merscope_parallel' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius1311 committed Oct 4, 2024
2 parents 6e6c1e0 + cf49bbb commit 17c4e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, config: dict) -> None:

# user-friendly output files
self.explorer_directory = self.sdata_path.with_suffix(".explorer")
self.explorer_directory.mkdir(parents=True, exist_ok=True)
# self.explorer_directory.mkdir(parents=True, exist_ok=True)
self.explorer_experiment = self.explorer_directory / "experiment.xenium"
self.explorer_image = self.explorer_directory / "morphology.ome.tif"
self.report = self.explorer_directory / "analysis_summary.html"
Expand Down

0 comments on commit 17c4e44

Please sign in to comment.