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