aboutsummaryrefslogtreecommitdiff
path: root/kmer_utils.h
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2013-10-16 13:43:38 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2013-10-16 13:43:38 -0400
commitb5618d07a51ed431b9710c7f35ae7f4cc8d4e0a3 (patch)
tree8281b2d66c5fad40154cb3639db16c798d49f28c /kmer_utils.h
parentb43c4ae35d7996c18f13911e6c21d389b84fc6c5 (diff)
reorder kmer_utils.h, actually take a kmer value as argv[2] for frequency, error check kmer
Diffstat (limited to 'kmer_utils.h')
-rw-r--r--kmer_utils.h2
1 files changed, 1 insertions, 1 deletions
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);