pub struct PrecomputedTsvAligner { /* private fields */ }Implementations§
Source§impl PrecomputedTsvAligner
impl PrecomputedTsvAligner
Sourcepub fn new_percentage(path: impl Into<PathBuf>) -> Self
pub fn new_percentage(path: impl Into<PathBuf>) -> Self
TSV where coverage is reported 0–100 (blast / diamond convention).
Sourcepub fn new_fraction(path: impl Into<PathBuf>) -> Self
pub fn new_fraction(path: impl Into<PathBuf>) -> Self
TSV where coverage is a 0–1 fraction (mmseqs2 native output).
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PrecomputedTsvAligner
impl RefUnwindSafe for PrecomputedTsvAligner
impl Send for PrecomputedTsvAligner
impl Sync for PrecomputedTsvAligner
impl Unpin for PrecomputedTsvAligner
impl UnsafeUnpin for PrecomputedTsvAligner
impl UnwindSafe for PrecomputedTsvAligner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more