Modules

Command line interface for fibertools-rs.

Functions

liftover positions using the cigar string

get positions on the complimented sequence in the cigar record

search a sorted array for insertions positions of another sorted array returned index i satisfies left a[i-1] < v <= a[i] right a[i-1] <= v < a[i] https://numpy.org/doc/stable/reference/generated/numpy.searchsorted.html