Home
last modified time | relevance | path

Searched refs:is_fragment_negative_strand (Results 1 – 1 of 1) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A DreadSummary.c3430 int is_fragment_negative_strand = is_this_negative_strand; in process_line_buffer() local
3436is_fragment_negative_strand = global_context -> is_second_read_straight?is_this_negative_strand:(!… in process_line_buffer()
3438is_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()