GraphChainer icon indicating copy to clipboard operation
GraphChainer copied to clipboard

`--sampling-step` only support integer values

Open japdlsd opened this issue 2 years ago • 0 comments

Hello :)

An attempt to run GraphChainer with non-integer --sampling-step parameter raises an error:

the argument ('0.1') for option '--sampling-step' is invalid

which clashes with its description in README.md:

--sampling-step Sampling step factor (default 1). Use >1 (<1, >0) for faster (slower), but less (more) accurate alignments. It increases (decreases) the sampling sparsity of fragments.

japdlsd avatar Nov 23 '23 15:11 japdlsd