You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvement Description
Boolean params are rendered as --p-param / --p-no-param in this interface, but if a default value for the param is set, we render either True or False as the value, which might be a bit confusing when trying to reconcile the relationship with the flag form of the param. I propose replacing the default value with the flag itself.
Current Behavior
--p-with-replacement / --p-no-with-replacement
Rarefy with replacement by sampling from the
multinomial distribution instead of rarefying without
replacement. [default: False]
Proposed Behavior
--p-with-replacement / --p-no-with-replacement
Rarefy with replacement by sampling from the
multinomial distribution instead of rarefying without
replacement. [default: --p-no-with-replacement]
I dig it, also any machinery which translates this can be further used with the Usage driver, which currently passes True/False (which does work in fact, but it's unusual).
Improvement Description
Boolean params are rendered as
--p-param
/--p-no-param
in this interface, but if a default value for the param is set, we render eitherTrue
orFalse
as the value, which might be a bit confusing when trying to reconcile the relationship with the flag form of the param. I propose replacing the default value with the flag itself.Current Behavior
Proposed Behavior
References
The text was updated successfully, but these errors were encountered: