Searched refs:seqBase (Results 1 – 6 of 6) sorted by relevance
56 private val seqBase = UUID.randomUUID().toString.substring(0, 8)72 val sequenceNumber = seqBase + seqCounter.incrementAndGet()
81 void SN_StartSequenceInSec(Sector *sector, int seqBase);
300 void SN_StartSequenceInSec(Sector *sector, int seqBase) in SN_StartSequenceInSec() argument305 seqBase + P_ToXSector(sector)->seqType); in SN_StartSequenceInSec()
948 final byte seqBase = originalKmer[offset]; in increaseCountsInMatchedKmers()949 if (suffix == seqBase && (increaseCountsThroughBranches || inDegreeOf(vertex) == 1)) { in increaseCountsInMatchedKmers()
2849 static bool isMatchingBase(int const refBase, int const seqBase) in isMatchingBase() argument2851 return (refBase == seqBase || seqBase == '=' || (refBase == 'T' && seqBase == 'U')); in isMatchingBase()