From b5618d07a51ed431b9710c7f35ae7f4cc8d4e0a3 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 16 Oct 2013 13:43:38 -0400 Subject: reorder kmer_utils.h, actually take a kmer value as argv[2] for frequency, error check kmer --- kmer_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmer_utils.h') diff --git a/kmer_utils.h b/kmer_utils.h index 11506b3..4ed5928 100644 --- a/kmer_utils.h +++ b/kmer_utils.h @@ -1,4 +1,4 @@ -// kmer functions +// Kmer functions void convert_kmer_to_num(char *str, const unsigned long length); unsigned long num_to_index(const char *str, const int kmer, const long error_pos); unsigned long long * get_kmer_counts_from_file(const char *fn, const int kmer); -- cgit v1.2.3