Home
last modified time | relevance | path

Searched refs:compareKmerOccurences (Results 1 – 3 of 3) sorted by relevance

/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DkmerOccurenceTable.c53 int compareKmerOccurences(void const *A, void const *B) in compareKmerOccurences() function
167 compareKmerOccurences); in sortKmerOccurenceTable()
206 if (previous && compareKmerOccurences(kmerOccurence, previous) == 0) in sortKmerOccurenceTable()
/dports/biology/velvet/velvet_1.2.10/src/
H A DkmerOccurenceTable.c53 int compareKmerOccurences(void const *A, void const *B) in compareKmerOccurences() function
167 compareKmerOccurences); in sortKmerOccurenceTable()
206 if (previous && compareKmerOccurences(kmerOccurence, previous) == 0) in sortKmerOccurenceTable()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DgraphReConstruction.c103 int compareKmerOccurences(void const *A, void const *B) in compareKmerOccurences() function
304 compareKmerOccurences); in referenceGraphKmers()