Home
last modified time | relevance | path

Searched refs:eScore (Results 1 – 22 of 22) sorted by relevance

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/align/
H A Dtest_alignment_algorithms_dynamic_gap.h65 int eScore = 0; in _validateAlignment() local
73 eScore += scoreGapOpen(scoreScheme); in _validateAlignment()
78 eScore += scoreGapExtend(scoreScheme); in _validateAlignment()
86 eScore += scoreGapOpen(scoreScheme); in _validateAlignment()
99 eScore += scoreMatch(scoreScheme); in _validateAlignment()
101 eScore += scoreMismatch(scoreScheme); in _validateAlignment()
118 eScore -= scoreGapOpen(scoreScheme); in _validateAlignment()
134 eScore -= scoreGapOpen(scoreScheme); in _validateAlignment()
150 eScore -= scoreGapOpen(scoreScheme); in _validateAlignment()
166 eScore -= scoreGapOpen(scoreScheme); in _validateAlignment()
[all …]
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmlayoptwidget.cpp45 eScore->setText ( QString::number ( cv ) ); in exChanged()
137 eScore->setText ( QString::number ( value ) ); in setValue()
H A Dlayoutoptions.ui122 <widget class="QLabel" name="eScore" >
/dports/biology/mothur/mothur-1.46.1/source/read/
H A Dreadblast.cpp44 string firstName, secondName, eScore, currentRow; in read() local
67 … >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; in read()
102 … >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; in read()
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Doptiblastmatrix.cpp57 string firstName, secondName, eScore, currentRow; currentRow = ""; in readBlast() local
76 … >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; in readBlast()
114 … >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; in readBlast()
290 … >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; in readBlast()
340 … >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; in readBlast()
H A Dblastdb.cpp232 string dummy, eScore; in findClosestMegaBlast() local
237 … >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; in findClosestMegaBlast()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/align/prosplign/
H A Dcompartments.hpp64 eScore enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/align_format/
H A Dformat_flags.hpp112 eScore, ///< Raw score enumerator
H A Dalign_format_util.hpp531 eScore, enumerator
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/align_format/
H A Dformat_flags.hpp112 eScore, ///< Raw score enumerator
H A Dalign_format_util.hpp531 eScore, enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/align_format/
H A Dformat_flags.cpp110 eScore),
H A Dtabular.cpp758 x_IsFieldRequested(eScore) || in SetFields()
1156 case eScore: in x_PrintFieldNames()
1414 case eScore: in x_PrintField()
H A Dshowdefline.cpp1168 …display_sort,query_buf,CAlignFormatUtil::eHighestScore,CAlignFormatUtil::eScore,kMaxScore,m_MaxSco… in x_DisplayDeflineTable()
1170 …t,display_sort,query_buf,CAlignFormatUtil::eTotalScore,CAlignFormatUtil::eScore,kTotalScore,m_MaxT… in x_DisplayDeflineTable()
H A Dshowalign.cpp3415 if (hsp_sort != CAlignFormatUtil::eScore) { in x_DisplayAlignSortInfo()
3418 << CAlignFormatUtil::eScore in x_DisplayAlignSortInfo()
3423 if (hsp_sort != CAlignFormatUtil::eScore) { in x_DisplayAlignSortInfo()
H A Dalign_format_util.cpp2948 } else if (hsp_sort == eScore) { in SortOneSeqalignForSortableFormat()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/align_format/
H A Dformat_flags.cpp110 eScore),
H A Dtabular.cpp758 x_IsFieldRequested(eScore) || in SetFields()
1156 case eScore: in x_PrintFieldNames()
1414 case eScore: in x_PrintField()
H A Dshowdefline.cpp1168 …display_sort,query_buf,CAlignFormatUtil::eHighestScore,CAlignFormatUtil::eScore,kMaxScore,m_MaxSco… in x_DisplayDeflineTable()
1170 …t,display_sort,query_buf,CAlignFormatUtil::eTotalScore,CAlignFormatUtil::eScore,kTotalScore,m_MaxT… in x_DisplayDeflineTable()
H A Dshowalign.cpp3415 if (hsp_sort != CAlignFormatUtil::eScore) { in x_DisplayAlignSortInfo()
3418 << CAlignFormatUtil::eScore in x_DisplayAlignSortInfo()
3423 if (hsp_sort != CAlignFormatUtil::eScore) { in x_DisplayAlignSortInfo()
H A Dalign_format_util.cpp2947 } else if (hsp_sort == eScore) { in SortOneSeqalignForSortableFormat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/prosplign/
H A Dcompartments.cpp272 else if (compart_options.m_Maximizing == CCompartOptions::eScore) in CreateCompartmentAccessor()
508 … s_scoreNames[eCoverage], s_scoreNames[eIdentity], s_scoreNames[eScore])); in SetupArgDescriptions()