Function bio::data_structures::bwt::invert_bwt [] [src]

pub fn invert_bwt(bwt: &BWTSlice) -> Vec<u8>

Calculate the inverse of a BWT of length n, which is the original text. Complexity: O(n).

Arguments