Skip to content

Commit ed86575

Browse files
authored
stHashIterator.hpp: add hash array description (#15)
* stHashIterator.hpp: add hash array description * stHashIterator.hpp: improve description
1 parent eea1058 commit ed86575

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

stHashIterator.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@ class stHashIterator
154154
/** k-mer size */
155155
unsigned m_k;
156156

157-
/** hash values */
157+
/** hash values
158+
* For m_h = n and m_h2 = m:
159+
* [seed1Hash1, seed1Hash2 ... seed(n)Hash(m-1), seed(n)Hash(m)]
160+
*/
158161
uint64_t *m_hVec;
159162

160163
/** hash strands, forward = 0, reverse-complement = 1 */

0 commit comments

Comments
 (0)