Skip to content

Commit

Permalink
Improve event checking in contiguity check
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Apr 9, 2015
1 parent 893f50e commit 1eb30e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graph/debruijnnode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ std::vector<DeBruijnNode *> DeBruijnNode::getNodesCommonToAllPaths(std::vector<
//If there are two or more paths, it's necessary to find the intersection.
for (size_t i = 1; i < paths->size(); ++i)
{
QApplication::processEvents();
std::vector <DeBruijnNode *> * path = &((*paths)[i]);

//If we are including reverse complements in the search,
Expand Down

0 comments on commit 1eb30e0

Please sign in to comment.