Skip to content

Commit

Permalink
Code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed May 21, 2014
1 parent 1b844cd commit 35d6120
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/junction.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ inline void
bool inserted;
boost::tie(pos, inserted) = unique_reads.insert(string_hash(al.QueryBases));
if (inserted) {
std::string::size_type altKmerPos;
std::string::size_type refKmerPos;
unsigned int hamCutoff=2;
unsigned int altHam=_getMinHammingDistance(al.QueryBases, altKmer, 0);
if (altHam>hamCutoff) altHam=_getMinHammingDistance(al.QueryBases, rAltKmer, 0);
Expand Down

0 comments on commit 35d6120

Please # to comment.