Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_parameters.c784 Int4 max_protein_gap; /* the largest gap permitted in the in BlastHitSavingParametersNew() local
787 max_protein_gap = (options->longest_intron - 2)/3; in BlastHitSavingParametersNew()
795 } else if(max_protein_gap <= 0) { in BlastHitSavingParametersNew()
801 params->link_hsp_params->longest_intron = max_protein_gap; in BlastHitSavingParametersNew()
808 MAX(max_protein_gap, 0); in BlastHitSavingParametersNew()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_parameters.c788 Int4 max_protein_gap; /* the largest gap permitted in the in BlastHitSavingParametersNew() local
791 max_protein_gap = (options->longest_intron - 2)/3; in BlastHitSavingParametersNew()
799 } else if(max_protein_gap <= 0) { in BlastHitSavingParametersNew()
805 params->link_hsp_params->longest_intron = max_protein_gap; in BlastHitSavingParametersNew()
812 MAX(max_protein_gap, 0); in BlastHitSavingParametersNew()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_parameters.c788 Int4 max_protein_gap; /* the largest gap permitted in the in BlastHitSavingParametersNew() local
791 max_protein_gap = (options->longest_intron - 2)/3; in BlastHitSavingParametersNew()
799 } else if(max_protein_gap <= 0) { in BlastHitSavingParametersNew()
805 params->link_hsp_params->longest_intron = max_protein_gap; in BlastHitSavingParametersNew()
812 MAX(max_protein_gap, 0); in BlastHitSavingParametersNew()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblast.c4903 Int4 max_protein_gap; /* the largest gap permitted in the in BLASTSetUpSearchInternalByLoc() local
4906 max_protein_gap = (options->longest_intron - 2)/3; in BLASTSetUpSearchInternalByLoc()
4914 } else if(max_protein_gap <= 0) { in BLASTSetUpSearchInternalByLoc()
4919 search->pbp->longest_intron = max_protein_gap; in BLASTSetUpSearchInternalByLoc()
4925 search->pbp->longest_intron = MAX(max_protein_gap, 0); in BLASTSetUpSearchInternalByLoc()