Skip to content

Commit

Permalink
removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Oct 24, 2014
1 parent 7c362be commit 7a8019e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bwa-postalt.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ function type_hla(w)
r.push([hla[i], k, hla[i]+'*'+max_x, max.toFixed(3), hla[i]+'*'+max_x2, max2.toFixed(3), hla[i]+'*'+max_x3, max3.toFixed(3)]);
}
}
for (var i = 0; i < r.length; ++i)
print(r[i].join("\t"));
return r;
}

Expand Down

0 comments on commit 7a8019e

Please sign in to comment.