Searched refs:seq_qual_bytes (Results 1 – 1 of 1) sorted by relevance
849 int seq_qual_bytes = read_len + (read_len /2)+(read_len%2); in PBam_chunk_gets() local852 memcpy( aln-> buff_for_seq, chunk+(*chunk_ptr), seq_qual_bytes); in PBam_chunk_gets()853 (*chunk_ptr) += seq_qual_bytes; in PBam_chunk_gets()