Searched refs:is_fragment_negative_strand (Results 1 – 1 of 1) sorted by relevance
3430 int is_fragment_negative_strand = is_this_negative_strand; in process_line_buffer() local3436 …is_fragment_negative_strand = global_context -> is_second_read_straight?is_this_negative_strand:(!… in process_line_buffer()3438 …is_fragment_negative_strand = global_context -> is_first_read_reversed?(!is_this_negative_strand):… in process_line_buffer()3648 …is_strand_ok = (is_fragment_negative_strand == global_context -> exontable_strand[search_item_id]); in process_line_buffer()3650 …is_strand_ok = (is_fragment_negative_strand != global_context -> exontable_strand[search_item_id]); in process_line_buffer()