Skip to content

Commit

Permalink
fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Nov 6, 2024
1 parent c8176e5 commit 48db076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/data_processors/dataset_simulator/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ argument_groups:
default: 1.0
- name: "--n_obs"
type: integer
description: Number of spatial observations to generate. Default value is 100.
default: 100
description: Number of spatial observations to generate. Default value is 1000.
default: 1000
- name: "--cell_lb"
type: integer
description: Lower bound for number of cells at each spot. Default value is 10.
Expand Down
4 changes: 2 additions & 2 deletions src/data_processors/dataset_simulator/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def generate_synthetic_dataset(
cell_ub: int
upper bound for number of cells at each spot. Default value is 30.
umi_lb: int
lower bound for number of UMIs at each spot. Default value is 10.
lower bound for number of UMIs at each spot. Default value is 1000.
umi_ub: int
upper bound for number of UMIs at each spot. Default value is 30.
upper bound for number of UMIs at each spot. Default value is 5000.
Returns
-------
Expand Down

0 comments on commit 48db076

Please sign in to comment.