Home
last modified time | relevance | path

Searched refs:countMismatches (Results 1 – 13 of 13) sorted by relevance

/dports/biology/vcflib/vcflib-1.0.2/smithwaterman/
H A DLeftAlign.h25 int countMismatches(string& alternateQuery, string& cigar, string& referenceSequence);
H A DLeftAlign.cpp746 int countMismatches(string& querySequence, string& cigar, string referenceSequence) { in countMismatches() function
/dports/biology/freebayes/freebayes-1.3.5/vcflib/smithwaterman/
H A DLeftAlign.h25 int countMismatches(string& alternateQuery, string& cigar, string& referenceSequence);
H A DLeftAlign.cpp746 int countMismatches(string& querySequence, string& cigar, string referenceSequence) { in countMismatches() function
/dports/biology/smithwaterman/smithwaterman-2610e259611ae4cde8f03c72499d28f03f6d38a7/
H A DLeftAlign.h25 int countMismatches(string& alternateQuery, string& cigar, string& referenceSequence);
H A DLeftAlign.cpp746 int countMismatches(string& querySequence, string& cigar, string referenceSequence) { in countMismatches() function
/dports/biology/freebayes/freebayes-1.3.5/src/
H A DLeftAlign.cpp344 int countMismatches(BAMALIGN& alignment, string referenceSequence) { in countMismatches() function
387 int mismatchesBefore = countMismatches(alignment, referenceSequence); in stablyLeftAlign()
400 int mismatchesAfter = countMismatches(alignment, referenceSequence); in stablyLeftAlign()
H A DLeftAlign.h119 int countMismatches(BAMALIGN& alignment, string referenceSequence);
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DCheckDates.java933 int countMismatches = 0; in checkValue() local
965 countMismatches++; in checkValue()
971 String msg = countMismatches != 1 in checkValue()
980 String msg = countMismatches != 1 in checkValue()
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dvcfleftalign.cpp178 int countMismatches(string& alternateSequence, string referenceSequence);
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Dvcfleftalign.cpp169 int countMismatches(string& alternateSequence, string referenceSequence);
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Dvcfleftalign.cpp169 int countMismatches(string& alternateSequence, string referenceSequence);
/dports/biology/bbmap/bbmap/current/stream/
H A DRead.java1532 public int countMismatches(){ in countMismatches() method in Read