Skip to content

Commit

Permalink
Fix Workflow Issues (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffquinn-msk authored Nov 15, 2024
1 parent 90649a9 commit 075204d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow/modules/nf-core/sopa_resolve/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process SOPA_RESOLVE {
tuple val(meta), path(sopa_zarr), path(segments)

output:
tuple val(meta), path("${sopa_zarr}/.sopa_cache/cellpose_boundaries_done"), emit: done_file
tuple val(meta), path("${sopa_zarr}/shapes/cellpose_boundaries/shapes.parquet"), emit: done_file

when:
task.ext.when == null || task.ext.when
Expand Down
2 changes: 1 addition & 1 deletion src/nuc2seg/cli/combine_segmentations.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
celltype_histogram,
celltype_area_violin,
)
from nuc2seg.preprocessing import create_shapely_rectangle
from nuc2seg.xenium import create_shapely_rectangle
from nuc2seg.utils import get_tile_idx, generate_tiles

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 075204d

Please sign in to comment.