Skip to content

Commit

Permalink
add smk pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Apr 2, 2024
1 parent 035ccb5 commit 2bc41ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
#----------------------------------------------
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --extras "dev cellpose" --no-interaction
run: poetry install --extras "dev cellpose snakemake" --no-interaction

#----------------------------------------------
# perform tasks
Expand Down
2 changes: 1 addition & 1 deletion sopa/segmentation/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def standardize_table(self):

if self.sdata.table is not None and self.overwrite:
del self.sdata.table
self.sdata.table = self.table
self.sdata.tables["table"] = self.table
save_table(self.sdata)

def filter_cells(self, where_filter: np.ndarray):
Expand Down

0 comments on commit 2bc41ec

Please sign in to comment.