Revision history of "830 - MaqIndex::GetWord()"

From Genome Analysis Wiki
Jump to navigationJump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:39, 28 October 2013Goncalo talk contribs 500 bytes +500 Created page with "<source lang="cpp"> long long MaqIndex::GetWord(String & sequence, unsigned int position) { long long word = 0; if (position + mask.Length() > sequence.Length()) return -..."