Skip to content

Commit

Permalink
r576: removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Dec 12, 2023
1 parent 868815b commit 07c212d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc/mgutils-es6.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env k8

const version = "r575";
const version = "r576";

/**************
* From k8.js *
Expand Down Expand Up @@ -315,7 +315,6 @@ function mg_cmd_getindel(args) {
else score -= polyA_pen;
if (score > max) max = score, max_j = j;
else if (max - score > polyA_drop) break;
print(j, int_seq[j], score, max);
}
polyA_len = int_seq.length - max_j, polyA_max = max;
score = max = 0, max_j = -1;
Expand Down

0 comments on commit 07c212d

Please sign in to comment.