Can be used to configure the step size of Preseq's c_curve method. Can be useful when only few and thus shallow sequencing results are used for extrapolation.
Modifies preseq c_curve parameter: -s
Looking into the code (showing only a couple of the cases here, but the option is given in all):
Description of the issue
The helptext for
--preseq_step_size
reads:Looking into the code (showing only a couple of the cases here, but the option is given in all):
The parameter actually modifies
-c
in bothc_curve
ANDlc_extrap
modes, not just the former.Expected behaviour
Parameter description should be clear that the step size applies to both preseq methods.