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
I would actually prefer that 1.0 be treated as a float (returning all reads) rather than an int, whereas 1 would return a single read. I'd even suggest enforcing this behavior, so that integers are treated as numbers and floats are treated as fractions. This could be used to allow oversampling, e.g. 10 would return 10 reads but 10.0 would oversample 10X.
I would actually prefer that
1.0
be treated as afloat
(returning all reads) rather than anint
, whereas1
would return a single read. I'd even suggest enforcing this behavior, so that integers are treated as numbers and floats are treated as fractions. This could be used to allow oversampling, e.g.10
would return 10 reads but10.0
would oversample 10X.Originally posted by @eboyden in #111 (comment)
The text was updated successfully, but these errors were encountered: