Skip to content

Commit

Permalink
sopa explorer write: use correct default argument for table_key i…
Browse files Browse the repository at this point in the history
…n the CLI (#211)
  • Loading branch information
quentinblampey committed Feb 18, 2025
1 parent 1b662f1 commit 83789ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Fixed
- Right sorting scales for WSI reader with openslide backend @stergioc (#209)
- When a polygon cannot be simplified (for the Xenium Explorer), convert it to a circle (#206)
- `sopa explorer write`: use correct default argument for `table_key` in the CLI (#211)

## [2.0.1] - 2025-02-10

Expand Down
2 changes: 1 addition & 1 deletion sopa/cli/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def write(
),
gene_column: str = typer.Option(None, help="Column name of the points dataframe containing the gene names"),
table_key: str = typer.Option(
None,
"table",
help="Sdata key for the table. By default, uses 'table'.",
),
shapes_key: str = typer.Option(
Expand Down

0 comments on commit 83789ab

Please sign in to comment.