Skip to content

Commit

Permalink
Merge pull request #3 from adamnovak/improve-docs
Browse files Browse the repository at this point in the history
Document seed unpacking
  • Loading branch information
jltsiren authored Nov 2, 2019
2 parents 5c0f196 + ec8163b commit 7b403fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gbwtgraph/minimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct Key64
}
}

// For testing.
/// Decode the key back to a string, given the kmer size used.
std::string decode(size_t k) const;

// Required numeric constants.
Expand Down Expand Up @@ -232,7 +232,7 @@ struct Key128
}
}

// For testing.
/// Decode the key back to a string, given the kmer size used.
std::string decode(size_t k) const;

// Required numeric constants.
Expand Down

0 comments on commit 7b403fd

Please sign in to comment.