1. 50e83b4 Combine ifFlipWithNext/Prev() to ifFlipWithNeighbor(boolean withPredecessor) and combine configureUpdateMsgFroPredecessor/Successor to sendUpdateMsg by Anbang Xu · 12 years ago
  2. 972050a DON'T NEED TO SEARCH for this edge when sendUpdateMsg, so change it to get dir directly by Anbang Xu · 12 years ago
  3. 89e09d0 Code review on P4 -- 2013.9.16 by Anbang Xu · 12 years ago
  4. d8f9809 Merge with debug branch, which has one testcase and add real randomSeed by Anbang Xu · 12 years ago
  5. 21c030c clean up the code by Anbang Xu · 12 years ago
  6. aeb6a54 Seperate set state's MergeDir and sendUpdateMsgToNeighbor by Anbang Xu · 12 years ago
  7. 2250399 Change head/halt flag to check the vertex internal structure by Anbang Xu · 12 years ago
  8. 4575fb7 Extend flag of headMergeDir from 1-bit to 2-bit by Anbang Xu · 12 years ago
  9. c079e59 Change state/message flag from byte to short by Anbang Xu · 12 years ago
  10. bdecb7f Prepare to change state by Anbang Xu · 12 years ago
  11. e53a2fb Try to use check condition in vertex state instead of give a isHalt state flag, but it occurs some errors by Anbang Xu · 12 years ago
  12. 84539c0 Add isUnMergeVertex() by Anbang Xu · 12 years ago
  13. eca45b7 Change should to can, make it more meaningful by Anbang Xu · 12 years ago
  14. 8efea88 Move isHaltNode() outside the function in initState() by Anbang Xu · 12 years ago
  15. 0f1f820 clean up code by Anbang Xu · 12 years ago
  16. 43b3f56 Keep only one isTandemRepeat() by Anbang Xu · 12 years ago
  17. a7e295c Make getCopyWithoutTandemRepeats() function by Anbang Xu · 12 years ago
  18. a20c75e Remove some unnecessary flag by Anbang Xu · 12 years ago
  19. a864eb2 Move extra logic(check if it is a valid head) to inside of the function by Anbang Xu · 12 years ago
  20. a3b5878 change curKmer/preKmer/nextKmer from deep copy to shallow copy by Anbang Xu · 12 years ago
  21. e929dfc don't need to create "randGenerator" every iteration by Anbang Xu · 12 years ago
  22. b0fa812 Combine into one loop inside setNextInfo/setPreInfo by Anbang Xu · 12 years ago
  23. 1f5cf71 Code review on P4 -- 2013.9.14 by Anbang Xu · 12 years ago
  24. d62271f oops... killed initVertex by Jake Biesinger · 12 years ago
  25. 03ba0f7 Add simple RF FR RF test case by Jake Biesinger · 12 years ago
  26. 1dc8655 make the xml jobs directory if it doesn't exist by Jake Biesinger · 12 years ago
  27. 7b57ae6 add RandomSeed by Anbang Xu · 12 years ago
  28. d745605 add by Anbang Xu · 12 years ago
  29. c981ca3 output error vertexId and vertexValue by Anbang Xu · 12 years ago
  30. 5e03163 Add logging.properties to genomix-driver by Anbang Xu · 12 years ago
  31. aaf3af2 Delete old LogFormatter by Anbang Xu · 12 years ago
  32. 30ecc2d Refactore FineOnlyFormatter to PathMergeFormatter by Anbang Xu · 12 years ago
  33. 1be8865 use LogUtil by Anbang Xu · 12 years ago
  34. b78d555 Don't use customer formatter anymore, everything uses java.util.Logger by Anbang Xu · 12 years ago
  35. 20a80e6 standardize logging across eclipse-test, eclipse-main, and maven by Jake Biesinger · 12 years ago
  36. 668f8a3 configure parameter of java.util.logger and prepare to test simple logger by Anbang Xu · 12 years ago
  37. a3e7a7c Add setAsCopy to VertexValueWritable and MessageWritable and format the output of Logging by Anbang Xu · 12 years ago
  38. b6e7014 Logging message in pathmerge by Anbang Xu · 12 years ago
  39. 2cde27a Add setAsCopy to MessageWritable by Anbang Xu · 12 years ago
  40. a49f0fd Add vertex.state to log by Anbang Xu · 12 years ago
  41. 4f916d6 add automatic clean log store by Anbang Xu · 12 years ago
  42. 56626a7 add loggingNode method() by Anbang Xu · 12 years ago
  43. 397aba9 Remove old state type by Anbang Xu · 12 years ago
  44. e3ca759 add PathMergeLogFormatter by Anbang Xu · 12 years ago
  45. ebeba41 use ps in linux by Anbang Xu · 12 years ago
  46. df811e5 add SymmetryChecker by Anbang Xu · 12 years ago
  47. 6c79239 add AAA testcase by Anbang Xu · 12 years ago
  48. ac2e96e fix graphviz in mac OS by Anbang Xu · 12 years ago
  49. 4c416ff Delete isFakeVertex() check by Anbang Xu · 12 years ago
  50. 3475209 Extract method name and make it meaningful by Anbang Xu · 12 years ago
  51. 8fa9d09 P1 pass all the test. P1 should be correct one and can be used to do comparison by Anbang Xu · 12 years ago
  52. 9a70cf3 Add dirMapper to mapKey in P1 by Anbang Xu · 12 years ago
  53. 11558a0 P1 pass test, except head_7(which has multiple updates) by Anbang Xu · 12 years ago
  54. 4bb7716 add testcase for P1 by Anbang Xu · 12 years ago
  55. 99ea1c4 Clean up code by Anbang Xu · 12 years ago
  56. 6a47868 Fix P1 by Anbang Xu · 12 years ago
  57. aa74657 P1 pass testcase in which #pathnode is even by Anbang Xu · 12 years ago
  58. f577a66 Exclude FakeVertex in ouput format by Anbang Xu · 12 years ago
  59. 1a7bc8b Fix a bug in sendUpdateMsg(). setMergeDir should be in the front of sendUpdateMsg by Anbang Xu · 12 years ago
  60. 64bb87e Add EdgeList.unionAdd(EdgeList) by Anbang Xu · 12 years ago
  61. eebeaf8 add isFlip to MessageFlag by Anbang Xu · 12 years ago
  62. 6744c68 Add updateMsg to P1, P1 need to deal with the case in which #pathnode is even by Anbang Xu · 12 years ago
  63. b8c534c Clean up some old P1 code by Anbang Xu · 12 years ago
  64. cca4428 Override the reduce function typically for P1 by Anbang Xu · 12 years ago
  65. 6c063e3 Adapt new broadcastMergeMsg by Anbang Xu · 12 years ago
  66. 0b163b0 add boolean flag to broadcastKillself. may deley killSelf by Anbang Xu · 12 years ago
  67. d7fb5ef fixing P1 by Anbang Xu · 12 years ago
  68. cc1135b change addEdge to unionEdge in update by Anbang Xu · 12 years ago
  69. 4b21369 Fix TandemRepeatAndCycle bug by Anbang Xu · 12 years ago
  70. 3e91447 add test case for tandem repeats with multiple self-edges by Jake Biesinger · 12 years ago
  71. 5ecb66f seperate MessageFlag and State by Anbang Xu · 12 years ago
  72. 016d7ff Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  73. 7e8075b correct the input format for P2 by Anbang Xu · 12 years ago
  74. 8c9ed0f update driver to use P2's custom input and outputformat classes by Jake Biesinger · 12 years ago
  75. 016c6f4 add P2GraphInputFormat by Anbang Xu · 12 years ago
  76. 67ae8ad ADD more testcases for pathmerge by Anbang Xu · 12 years ago
  77. 63e5756 add lock to fakenode exist check by Anbang Xu · 12 years ago
  78. db7f854 clean up useless code by Anbang Xu · 12 years ago
  79. e830955 Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  80. 385dca4 Add sychnized lock to P2 to avoid duplicate fake nodes by Anbang Xu · 12 years ago
  81. 24f2ead add boolean flag to switch method between P2 and P4 by Anbang Xu · 12 years ago
  82. 2acd0b6 Fix one bug in P2/P4 by Anbang Xu · 12 years ago
  83. ae62ffe P2 pass all the tests except cycle by Anbang Xu · 12 years ago
  84. 027051e Add flag to notice apex to updateEdge by Anbang Xu · 12 years ago
  85. e3d4c1a Succeed to apply apexMap by Anbang Xu · 12 years ago
  86. 20a03b1 add kmerAndDirWritable by Anbang Xu · 12 years ago
  87. 6485489 Final Vertex Has correct edgelist by Anbang Xu · 12 years ago
  88. fad0703 going to use different rules to identify head by Anbang Xu · 12 years ago
  89. 9de0ad3 P2 pass single tests by Anbang Xu · 12 years ago
  90. 14d58f0 remove sendOutUpdate for head(P2 debug) by Anbang Xu · 12 years ago
  91. a7405c1 add should merge dir to state by Anbang Xu · 12 years ago
  92. 522b5ff Change update condition by Anbang Xu · 12 years ago
  93. 39b490b change updateEdges for processUpdate in pathmerge by Anbang Xu · 12 years ago
  94. d429aee revert to previous initVertex behavior by Jake Biesinger · 12 years ago
  95. 99d5629 Fix a bug in configure isFlip by Anbang Xu · 12 years ago
  96. 7da37db P2 internalKmer merge is completed in single path test by Anbang Xu · 12 years ago
  97. 3d9ecc5 p2 pass test 2,3 by Anbang Xu · 12 years ago
  98. 129879d add getVertexValue in P2value type by Anbang Xu · 12 years ago
  99. d5f760c add p2 graph input format, initiate prependMergeNode and appendMergeNode by Anbang Xu · 12 years ago
  100. 188c182 add processP2Merge to P2, P2 need a specific merge method by Anbang Xu · 12 years ago