From f47ce6202d2bb6425638a9142bbbebd7d44fb64f Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 2 Oct 2013 21:38:43 -0400 Subject: use an external iterator so that we can skip over anything in range of an errorw --- kmer_frequency_per_sequence.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kmer_frequency_per_sequence.c') diff --git a/kmer_frequency_per_sequence.c b/kmer_frequency_per_sequence.c index ae15bd2..9cda533 100644 --- a/kmer_frequency_per_sequence.c +++ b/kmer_frequency_per_sequence.c @@ -1,13 +1,12 @@ // Copyright 2013 Calvin Morrison #include -#include #include #include -#include -#include #include "kmer_utils.h" +long position = 0; + int main(int argc, char **argv) { char *line = NULL; -- cgit v1.2.1