From ec8163bfa465d2ae1ceae735a06549f1c5f39d45 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Fri, 1 Nov 2019 16:59:06 -0700 Subject: [PATCH] Document seed unpacking --- include/gbwtgraph/minimizer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gbwtgraph/minimizer.h b/include/gbwtgraph/minimizer.h index 3b00e6c..044f2dd 100644 --- a/include/gbwtgraph/minimizer.h +++ b/include/gbwtgraph/minimizer.h @@ -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. @@ -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.