MCPcopy Create free account
hub / github.com/BirolLab/abyss / compare

Method compare

Common/Kmer.cpp:35–38  ·  view source on GitHub ↗

Compare two k-mer. */

Source from the content-addressed store, hash-verified

33
34/** Compare two k-mer. */
35int Kmer::compare(const Kmer& other) const
36{
37 return memcmp(m_seq, other.m_seq, bytes());
38}
39
40/** Compute a hash-like value of the packed sequence over the first 16
41 * bases and the reverse complement of the last 16 bases

Callers 2

isReadNamePairFunction · 0.45
setMaxOptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected