Skip to content

Commit

Permalink
Wait on experimental handling of orphaned reads in lightweight alignm…
Browse files Browse the repository at this point in the history
…ent mode
  • Loading branch information
rob-p committed May 15, 2015
1 parent 26bb03a commit c0c14d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SalmonQuantify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ void getHitsForFragment(std::pair<header_sequence_qual, header_sequence_qual>& f
uint32_t firstTranscriptID = std::numeric_limits<uint32_t>::max();
double bestScore = -std::numeric_limits<double>::max();
if (BOOST_UNLIKELY(isOrphan)) {
//return;
return;
bool foundValidHit{false};
// search for a hit on the left
for (auto& tHitList : leftHits) {
Expand Down

0 comments on commit c0c14d3

Please sign in to comment.