Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/blast/igblast/
H A Digblast.hpp73 int m_J_penalty; //the mismatch penalty for J gene search member in CIgBlastOptions
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/algo/blast/igblast/
H A Digblast.hpp73 int m_J_penalty; //the mismatch penalty for J gene search member in CIgBlastOptions
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/igblast/
H A Digblast.cpp402 …if (m_IgOptions->m_DetectOverlap && m_IgOptions->m_J_penalty == -3 && m_IgOptions->m_D_penalty == … in Run()
528 opts.SetMismatchPenalty(m_IgOptions->m_J_penalty); in x_SetupDJSearch()
559 …if (m_IgOptions->m_DetectOverlap && m_IgOptions->m_J_penalty == -3 && m_IgOptions->m_D_penalty == … in x_SetupDJSearch()
1029 if (m_IgOptions->m_DetectOverlap && m_IgOptions->m_J_penalty == -3 && in x_FindDJAln()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/igblast/
H A Digblast.cpp402 …if (m_IgOptions->m_DetectOverlap && m_IgOptions->m_J_penalty == -3 && m_IgOptions->m_D_penalty == … in Run()
528 opts.SetMismatchPenalty(m_IgOptions->m_J_penalty); in x_SetupDJSearch()
559 …if (m_IgOptions->m_DetectOverlap && m_IgOptions->m_J_penalty == -3 && m_IgOptions->m_D_penalty == … in x_SetupDJSearch()
1029 if (m_IgOptions->m_DetectOverlap && m_IgOptions->m_J_penalty == -3 && in x_FindDJAln()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/
H A Dblast_args.cpp1797 m_IgOptions->m_J_penalty = args[kArgJPenalty].AsInteger(); in ExtractAlgorithmOptions()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/
H A Dblast_args.cpp1797 m_IgOptions->m_J_penalty = args[kArgJPenalty].AsInteger(); in ExtractAlgorithmOptions()