diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-14 14:28:32 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-14 14:28:32 -0400 |
commit | d2a336a77494586296401bea6e73e096d8599d2c (patch) | |
tree | 6975c90b2d88c11dfd83a7b7c3e2258ec69985f7 /kmer_locations.c | |
parent | a50bc3833b9c8eb8a510934b3fc4e3b3eb38dec0 (diff) |
don't reduce
Diffstat (limited to 'kmer_locations.c')
-rw-r--r-- | kmer_locations.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kmer_locations.c b/kmer_locations.c index 23d0998..3270e7f 100644 --- a/kmer_locations.c +++ b/kmer_locations.c @@ -260,9 +260,6 @@ int main(int argc, char **argv) { print_sequence(seq, rev_seq_length, global_position, kmer, desired_indicies, labeled_mers, num_desired_indicies, label, true); } - if(seq_length != 0) { - seq_length--; - } global_position += seq_length; } |