1. 4a1435f Rename previous/next to forward/reverse by Anbang Xu · 12 years ago
  2. 07b12a0 Code review on BubbleMerge -- 2013.9.26 by Anbang Xu · 12 years ago
  3. 7aae4f2 Keep simply version of BubbleMerge, clean some code and prepare to do code review by Anbang Xu · 12 years ago
  4. 2d23ae1 Throw an exception in remove tip. Fix based on today's code review by Anbang Xu · 12 years ago
  5. 8ab65f2 add brace to any control logic (remove tip) by Anbang Xu · 12 years ago
  6. db95e7b Remove some unnecesarry member variable by Anbang Xu · 12 years ago
  7. 3b376eb Delete some functions in BasicGraphClean and BasicPathMerge by Anbang Xu · 12 years ago
  8. fad808b Delete some unuse code by Anbang Xu · 12 years ago
  9. fac1179 IncomingMsg shouldn't be a member variable by Anbang Xu · 12 years ago
  10. c3782a9 refactor updateCounter to incrementCounter by Anbang Xu · 12 years ago
  11. 3747ef3 Move initVertex() to step1 by Anbang Xu · 12 years ago
  12. 6b5467c Never hard coding... Move into one loop by Anbang Xu · 12 years ago
  13. daaaade Merge with code review by Anbang Xu · 12 years ago
  14. b41f87f Code review on removeTip -- 2013.9.25 by Anbang Xu · 12 years ago
  15. 01927ed Add log to removetip by Anbang Xu · 12 years ago
  16. 0d1f7ba Apply logReadIds to EdgeWritable by Anbang Xu · 12 years ago
  17. f65b2e5 Add logReadIds option to driver by Anbang Xu · 12 years ago
  18. bf8d060 ADD #iteration to log by Anbang Xu · 12 years ago
  19. 6b5caff Extract common method for P1 and P4 by Anbang Xu · 12 years ago
  20. aafca2f Add logging to P1 by Anbang Xu · 12 years ago
  21. 9614206 Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  22. ed271fd ADD some comments by Anbang Xu · 12 years ago
  23. 08d4d04 reformat code and remove some debug checks (msgs only from neighbors anyway) by Jake Biesinger · 12 years ago
  24. 8ba5da2 fix NPE for debugKmers by Jake Biesinger · 12 years ago
  25. 09036bb add cmdline option to specify kmers to log by Jake Biesinger · 12 years ago
  26. a3ec17d Merge branch 'genomix/fullstack_genomix' into wbiesing/refactor_p4 by Jake Biesinger · 12 years ago
  27. 807b452 Add more restriction for chooseMergedir by Anbang Xu · 12 years ago
  28. 59ee6a1 Prepare to run P1 by Anbang Xu · 12 years ago
  29. fd9229e Clean up code and move to cluster to test P0 by Anbang Xu · 12 years ago
  30. 82a9005 P0(refactor version of P1) pass all small testcases by Anbang Xu · 12 years ago
  31. e5ddfc4 Sender msg edgetype need to fix by Anbang Xu · 12 years ago
  32. 671cf67 Simply P1 and add throw Exception to it by Anbang Xu · 12 years ago
  33. 8009477 Refactor P1 by Anbang Xu · 12 years ago
  34. 0a04676 use a list of kmers for verbose mode by Jake Biesinger · 12 years ago
  35. 65a8336 Keep old version of ComplexBubbleMerge by Anbang Xu · 12 years ago
  36. b6a3caff Refactoring BubbleMerge by Anbang Xu · 12 years ago
  37. a128e4b Simplify the main compute function of removetip and removelowcoverage by Anbang Xu · 12 years ago
  38. 1c73130 Refactor removeLowCoverage by Anbang Xu · 12 years ago
  39. 9908512 Refactor tipremove by Anbang Xu · 12 years ago
  40. 14f3c71 Add DIR.edgeType() to covert dir to edgeTypew by Anbang Xu · 12 years ago
  41. f91c5bb Refactor broadcaseMerge to sendMergeMsg by Anbang Xu · 12 years ago
  42. cb7ebcd Finish integration by Anbang Xu · 12 years ago
  43. 0958af1 Pass tests by Anbang Xu · 12 years ago
  44. 88e742e Fix other pattherns by Anbang Xu · 12 years ago
  45. 205471f Apply EDGETYPE to P4 by Anbang Xu · 12 years ago
  46. f7d0baf Add enum EDGETYPE by Anbang Xu · 12 years ago
  47. ada697a add option for verbose and log (one of) the problem kmer(s) by Jake Biesinger · 12 years ago
  48. f709d73 Merge with Jake's refactor branch by Anbang Xu · 12 years ago
  49. af493b5 Prepare to integrate by Anbang Xu · 12 years ago genomix/anbangx/before-pathmerge-refactor genomix/old-code v1.4
  50. ba2b0a7 only check for tandem repeats at start and after merge (not after updates) by Jake Biesinger · 12 years ago
  51. a4a5ae9 more consistent voteToHalt/activate in P4 by Jake Biesinger · 12 years ago
  52. 4494560 code review on P4 refactor by Jake Biesinger · 12 years ago
  53. f54b5e9 Fix syntax errors in P1 (probably still broken though) by Jake Biesinger · 12 years ago
  54. 6a19516 refactor of P4 passes test cases (P1 broken) by Jake Biesinger · 12 years ago
  55. db9186e Merge updateState and sendMsg into on step by Anbang Xu · 12 years ago
  56. ec97be2 Integrate with Jake's enum mergeDir by Anbang Xu · 12 years ago
  57. bc17671 Add some function util by Anbang Xu · 12 years ago
  58. 8fa68de use getDest by Anbang Xu · 12 years ago
  59. 3b5c6bd WIP: refactor P4 (broken) by Jake Biesinger · 12 years ago
  60. 6efdb29 fix logging file for pregelix test cases by Jake Biesinger · 12 years ago
  61. ff90e10 Add an iterable for Edge keys by Jake Biesinger · 12 years ago
  62. 21e8120 getDestVertexId has some issues, which may cause problem on P4 by Anbang Xu · 12 years ago
  63. ecdc0f6 Make setReplaceDir and setDeleteDir by Anbang Xu · 12 years ago
  64. 88640f6 Use mergeDir in check condition and move setMergeDir and sendUpdateMsg out of check condition by Anbang Xu · 12 years ago
  65. 3afaa26 Simply sendMergeMsg() by Anbang Xu · 12 years ago
  66. 1848aa3 Process information before sending message by Anbang Xu · 12 years ago
  67. af88e04 Aggregate all the incomingMsgs first, then make a decision based aggregateMsg by Anbang Xu · 12 years ago
  68. 9703a5c Change non-head to path by Anbang Xu · 12 years ago
  69. 1491f7f refactor to use general NEXT and PREVIOUS directions by Anbang Xu · 12 years ago
  70. 2876f0e Merge branch 'anbangx/code_review2' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  71. f307307 Clean up some code by Anbang Xu · 12 years ago
  72. efbeca5 Simplifying sendSettleMsgs by Anbang Xu · 12 years ago
  73. ee1e1e1 bit clean and move the member of subclass to derived class by Anbang Xu · 12 years ago
  74. 53cc7e3 Merge branch 'wbiesing/debug' into genomix/fullstack_genomix by Jake Biesinger · 12 years ago
  75. 2bdc6fb Combine setNext/PrevToMeDir to setNeighborToMeDir(boolean) and throw exception when the merge dir degree is not 1 by Anbang Xu · 12 years ago
  76. deeb3c8 REMOVE isfilp in sendMergeMsg() by Anbang Xu · 12 years ago
  77. 5dbc4e9 Call node.updateEdges directly by Anbang Xu · 12 years ago
  78. 7b773fd Change Num_TandemRepeat to Num_Cycles by Anbang Xu · 12 years ago
  79. b237604 Seperate function for each block in each iteration by Anbang Xu · 12 years ago
  80. 4273653 add ThreeNodesCycle, and it succeeds to pass test by Anbang Xu · 12 years ago
  81. 87dace3 Whenever detect the cycle, don't remove tandem repeats but DO stop merging by Anbang Xu · 12 years ago
  82. 065aaeb Clean up some feedbacks from code review by Anbang Xu · 12 years ago
  83. 05f3eff Move all the setCounter to the end of this iteration by Anbang Xu · 12 years ago
  84. 0e9ff97 Use incomingMsg as a parameter in processMerge() by Anbang Xu · 12 years ago
  85. 1b8fc71 Move the checking condition outside the loop by Anbang Xu · 12 years ago
  86. 63c251c Pass incomingMsg as parameter in processUpdate() by Anbang Xu · 12 years ago
  87. daabce7 Simplifying all the setSateAsMergeDir by Anbang Xu · 12 years ago
  88. 6d3e6da Simplifing all the sendUpdateMsg by Anbang Xu · 12 years ago
  89. 4e0d144 add structural constraints to update directions by Jake Biesinger · 12 years ago
  90. 50e83b4 Combine ifFlipWithNext/Prev() to ifFlipWithNeighbor(boolean withPredecessor) and combine configureUpdateMsgFroPredecessor/Successor to sendUpdateMsg by Anbang Xu · 12 years ago
  91. aea52c1 fix P4 to use (already available) cmdline random seed by Jake Biesinger · 12 years ago
  92. de16f37 add AlreadyInEdge test case by Jake Biesinger · 12 years ago
  93. 972050a DON'T NEED TO SEARCH for this edge when sendUpdateMsg, so change it to get dir directly by Anbang Xu · 12 years ago
  94. 89e09d0 Code review on P4 -- 2013.9.16 by Anbang Xu · 12 years ago
  95. d8f9809 Merge with debug branch, which has one testcase and add real randomSeed by Anbang Xu · 12 years ago
  96. 21c030c clean up the code by Anbang Xu · 12 years ago
  97. aeb6a54 Seperate set state's MergeDir and sendUpdateMsgToNeighbor by Anbang Xu · 12 years ago
  98. 2250399 Change head/halt flag to check the vertex internal structure by Anbang Xu · 12 years ago
  99. 4575fb7 Extend flag of headMergeDir from 1-bit to 2-bit by Anbang Xu · 12 years ago
  100. c079e59 Change state/message flag from byte to short by Anbang Xu · 12 years ago