Home
last modified time | relevance | path

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

/dports/biology/diamond/diamond-2.0.13/src/align/legacy/
H A Dbanded_swipe_pipeline.cpp41 top_hit = hits[0]; in ungapped_stage()
43 if (i->ungapped.score > top_hit.ungapped.score) in ungapped_stage()
44 top_hit = *i; in ungapped_stage()
45 filter_score = top_hit.ungapped.score; in ungapped_stage()
50 const Frame f = Frame(top_hit.frame_); in ungapped_query_range()
51 const int i0 = std::max((int)top_hit.query_pos_ - (int)top_hit.subject_pos_, 0), in ungapped_query_range()
52 …i1 = std::min((int)top_hit.query_pos_ + (int)subject.length() - (int)top_hit.subject_pos_, f.lengt… in ungapped_query_range()
79 Strand strand = top_hit.strand(); in add()
H A Dquery_mapper.h150 Seed_hit top_hit; member
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/t/
H A D302-many_fields.t41 my $top_hit = $hits->fetch_hit_hashref;
/dports/biology/stacks/stacks-2.4/src/
H A Dsstacks.cc803 uint hit_cnt, index, prev_id, allele_id, hits_size, stop, top_hit; in search_for_gaps() local
906 top_hit = ordered_hits[0].second; in search_for_gaps()
909 if ((uint) ordered_hits[j].second < top_hit) { in search_for_gaps()
H A Dcstacks.cc802 uint hit_cnt, index, prev_id, allele_id, hits_size, stop, top_hit; in search_for_gaps() local
895 top_hit = ordered_hits[0].second; in search_for_gaps()
898 if ((uint) ordered_hits[j].second < top_hit) { in search_for_gaps()