read_align_fasta

Function read_align_fasta 

Source
pub fn read_align_fasta(
    fasta_file_path: &Path,
) -> (Vec<Vec<usize>>, Vec<String>)