Skip to content

Commit

Permalink
add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffquinn-msk committed Feb 9, 2024
1 parent d40abd9 commit 457d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuc2seg/cli/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def main():
prng = np.random.default_rng(args.seed)

spatial_as_sparse_arrays(
nuclei_file=args.nucleus_file,
nuclei_file=args.nucei_file,
transcripts_file=args.transcripts_file,
outdir=args.output_dir,
pixel_stride=args.pixel_stride,
Expand Down

0 comments on commit 457d1a8

Please sign in to comment.