Skip to content

Commit

Permalink
Update the filter-limit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed Nov 3, 2023
1 parent a6bc470 commit 16de687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preparing-data/command-line-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ _This subcommand formats your data for **`dms-viz`**. Below is a description of

`<dict>`

A dictionary that establishes the range for each filter (i.e. `"{'effect': [min, max], 'times_seen': [min, max]}"`).
A dictionary that establishes the range and default value for each filter (i.e. `"{'effect': [min, value, max], 'times_seen': [min, value, max]}"`). _Optionally_, you can only specify the min and max (i.e. `[min, max]`), but it's **highly** recommended that if you have a filter, you should set a default value that's interpretable.

- ### `--included-chains`

Expand Down

0 comments on commit 16de687

Please sign in to comment.