Home
last modified time | relevance | path

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

/dports/biology/minimap2/minimap2-2.24/
H A Dmmpriv.h95 void mm_select_sub(void *km, float pri_ratio, int min_diff, int best_n, int check_strand, int min_s…
H A Dhit.c255 void mm_select_sub(void *km, float pri_ratio, int min_diff, int best_n, int check_strand, int min_s… in mm_select_sub() argument
267 … } else if (check_strand && n_2nd < best_n && r[i].score > min_strand_sc && r[i].rev != r[p].rev) { in mm_select_sub()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dimport.c2481 static Uint1 check_strand (Uint1 strand) in check_strand() function
2561 (UIEnum) check_strand (bsp->strand)); in CollectSeqInstGatherFunc()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsequtil.c5960 …c Boolean CheckSeqLocCompResults (SeqLocPtr a, SeqLocPtr b, Uint1 allow_strand, Uint1 check_strand) in CheckSeqLocCompResults() argument
5966 } else if (SeqLocCompareEx(a, b, TRUE) != check_strand) { in CheckSeqLocCompResults()
5970 } else if (SeqLocCompareEx(b, a, TRUE) != ComplementLocCompare(check_strand)) { in CheckSeqLocCompResults()