Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Jan 8, 2025
1 parent 39308b5 commit 2c247af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rule all:
params:
explorer_directory = paths.explorer_directory,
explorer_experiment = paths.explorer_experiment,
sdata_path = paths.sdata_path,
shell:
"""
echo 🎉 Successfully run sopa
Expand Down
3 changes: 1 addition & 2 deletions workflow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ def gene_column(self):
return self.config["segmentation"]["baysor"]["config"]["data"]["gene"]
elif "comseg" in self.config["segmentation"]:
return self.config["segmentation"]["comseg"]["config"]["gene_column"]
else:
raise ValueError("No gene column found in the config")
return "" # gene column not needed

### ComSeg related methods

Expand Down

0 comments on commit 2c247af

Please sign in to comment.