Crate fibertools_rs
source · [−]Modules
Structs
Functions
liftover positions using the cigar string
Merge two lists into a sorted list Normal sort is supposed to be very fast on two sorted lists https://doc.rust-lang.org/std/vec/struct.Vec.html#current-implementation-6
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
Write to stdout if - or the file specified by a path