sebhtml / ray

Ray -- Parallel genome assemblies for parallel DNA sequencing
http://denovoassembler.sf.net
Other
65 stars 12 forks source link

Use vertexRank() method everywhere #107

Closed sebhtml closed 11 years ago

sebhtml commented 11 years ago

int Kmer::vertexRank(int _size,int w,bool color){ Kmer b=complementVertex(w,color); if(isLower(&b)) b=*this; return b.hash_function_1()%_size; }

sebhtml commented 11 years ago

68f79d2d74cdf8b6ac206e8433d8b2ccff0c7adf