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
/// 4. Number of mismatches and 1-character insertions in the block.////// # Examples////// TODO Add better examples to find()////// ```rust/// use kbo::build;/// use kbo::find;/// use kbo::FindOpts;/// use kbo::index::BuildOpts;/// use kbo::format::RLE;////// let reference: Vec<Vec<u8>> = vec![vec![b'A',b'A',b'A',b'G',b'A',b'A',b'C',b'C',b'A',b'-',b'T',b'C',b'A',b'G',b'G',b'G',b'C',b'G']];/// let mut opts = BuildOpts::default();
The text was updated successfully, but these errors were encountered:
/
/ ```rust
/ use sablast::build;
/ use sablast::find;
/ use sablast::index::BuildOpts;
/ use sablast::derandomize::DerandomizeOpts;
/ use kbo::build;
/ use kbo::find;
/ use kbo::FindOpts;
/ use kbo::index::BuildOpts;
/ use kbo::format::RLE;
/
/ let reference: Vec<Vec<u8>> = vec![vec![b'A',b'A',b'A',b'G',b'A',b'A',b'C',b'C',b'A',b'-',b'T',b'C',b'A',b'G',b'G',b'G',b'C',b'G']];
/ let mut opts = BuildOpts::default();
https://github.com/tmaklin/sablast/blob/102a2e359c52082a7c098970b66184280c0603d5/src/lib.rs#L473
The text was updated successfully, but these errors were encountered: