Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblastdef.h2104 real_gap_number_of_hsps, /* How many HSP's were gapped in BlastGetGappedScore. */ member
H A Dblastutl.c5978 new_search->real_gap_number_of_hsps = 0; in BlastSearchBlkDuplicate()
6172 search->real_gap_number_of_hsps = 0; in BlastSearchBlkNewExtra()
8586 search->real_gap_number_of_hsps++; in BlastGappedScoreInternal()
8776 search->real_gap_number_of_hsps++; in BlastNtGappedScoreInternal()
H A Dblast.c3632 search->real_gap_number_of_hsps += array[index]->real_gap_number_of_hsps; in do_the_blast_run()
H A Dblastool.c1066 …printf(buffer, "Number of HSP's gapped (non-prelim): %ld", (long) search->real_gap_number_of_hsps); in FormatBlastParameters()