Skip to content

Commit

Permalink
Update for including default values of inputs in execution blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
davids60 committed Jun 2, 2025
1 parent 661829d commit d046bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Then, to run the script simply call `calc_dPCRStat(...)` with the following inpu
- (mandatory) fileOutputPath (`string`): Desired output path for `.xls` file.
- (optional) plate_type (`string`): Either of `{"8.5k", "26k"}`. Default: `"26k"`
- (optional) rxn_dilution_factor (`int`): Dilution factor for given by $V_{rxn}/V_{Template}$. Default: `4`
- (optional) template_rxn_vol (`int`): Reaction volume of template, in $\mu L$. Default: 5
- (optional) makeSummary (`boolean`): Return summary table of all samples. Default: True
- (optional) template_rxn_vol (`int`): Reaction volume of template, in $\mu L$. Default: `5`
- (optional) makeSummary (`boolean`): Return summary table of all samples. Default: `True`
- (optional) hyperwellGroups (array of array of strings): Wells which should be hyperwelled together in an array. Default: `[]` Example: If well A1, A2, and A3 are hyperwelled together, the input is `[["A1", "A2", "A3"]]`
## Methodology

Expand Down

0 comments on commit d046bfa

Please sign in to comment.