Skip to content

Commit

Permalink
Relocate counts_only doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen committed Jul 10, 2024
1 parent 83fa077 commit f6463ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tiledb/cloud/soma/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,17 @@ def build_collection_mapper_workflow_graph(
:param args_dict: Optional additional arguments to be passed to your
callback. If provided, this must be a dict from string experiment name,
to dict of key-value pairs.
:param counts_only: If specified, only return obs/var counts, not the
result of the provided callback.
TileDB configs:
:param extra_tiledb_config: Currently unused; reserved for future use.
:param platform_config: Currently unused; reserved for future use.
Cloud configs:
:param namespace: TileDB namespace in which to run the UDFs.
:param task_graph_name: Optional name for your task graph, so you can
find it more easily among other runs.
:param counts_only: If specified, only return obs/var counts, not the
result of the provided callback.
Real-time vs batch modes:
:param use_batch_mode: If false (the default), uses real-time UDFs.
Expand Down

0 comments on commit f6463ab

Please sign in to comment.