1. ac6a090 Fix BubbleAddVertex and pass test by Anbang Xu · 12 years ago
  2. 6d8afff fix RemoveBridgeVertex and update for merge by Anbang Xu · 12 years ago
  3. ec095b2 RemoveTipVertex pass test by Anbang Xu · 12 years ago
  4. 95c432c BridgeAddVertex pass test by Anbang Xu · 12 years ago
  5. d1075a0 adapt TipAddVertex to new graph construction by Anbang Xu · 12 years ago
  6. aac7732 SimpleSplitRepeat is completed. An issue in graph building(hadoop): KmerList.appendList() doesn't check existed element by Anbang Xu · 12 years ago
  7. 6ee7bdf fix HashSet in SplitRepeat by Anbang Xu · 12 years ago
  8. 0049eac refactor 'NaiveAlgorithm' to 'P1' and add test case for SplitRepeat by Anbang Xu · 12 years ago
  9. 5412086 refactor LogAlgorithm to P2 by Anbang Xu · 12 years ago
  10. 9db1ea8 merge MapReduceVertex to p2 and p2 is completed by Anbang Xu · 12 years ago
  11. 29ebdc8 Map/Reduce version in pregel is completed by Anbang Xu · 12 years ago
  12. 5dfa7b6 add MapReduceVertex for mapper/reducer in pregel by Anbang Xu · 12 years ago
  13. b8e0097 p2 pass test9 by Anbang Xu · 12 years ago
  14. 9e00650 p2 pass all the tests except 9 by Anbang Xu · 12 years ago
  15. 2990977 debugging p2 by Anbang Xu · 12 years ago
  16. 1307443 P2 pass test1,2,3,4 by Anbang Xu · 12 years ago
  17. d253d8f fix mergeWithRFKmer by Anbang Xu · 12 years ago
  18. a5e97c7 p4 pass test by Anbang Xu · 12 years ago
  19. 4416d3c debugging p4 by Anbang Xu · 12 years ago
  20. 970c74f move old key/value class to oldtype folder by Anbang Xu · 12 years ago
  21. c71a2d3 removeBridge pass tests by Anbang Xu · 12 years ago Alpha Alpha-Graph-v2.0
  22. b1ccba9 p4 pass test by Anbang Xu · 12 years ago
  23. b3c4a2b removeTip pass all the tests by Anbang Xu · 12 years ago
  24. 9378de1 change directionFlag back by Anbang Xu · 12 years ago
  25. f947fb8 add test suite case for removetip/removebridge/pathmerge by Anbang Xu · 12 years ago
  26. da3b802 Apply undirected graph algorithm in p2 by AnbangX · 12 years ago
  27. 93e9c22 debugging p4 and fix random seed issue by AnbangX · 12 years ago
  28. e6d7e7a code review with Jake by AnbangX · 12 years ago
  29. 2a9137c finish p4 by AnbangX · 12 years ago
  30. 7984e2b p3 path merge pass test by AnbangX · 12 years ago
  31. 46fc86e add test cases for removeBridge, removeTip and mergeBubble by AnbangX · 12 years ago
  32. cc77cf7 add test cases for path merge and other data clean patterns by AnbangX · 12 years ago
  33. f60ef35 add test for graph build by AnbangX · 12 years ago
  34. 0ae1c4c add data clean by AnbangX · 12 years ago
  35. 631482f add first small test case by AnbangX · 12 years ago
  36. f5d6db9 change all input and output format to new version by AnbangX · 12 years ago
  37. b19726a change code format in p3 by AnbangX · 12 years ago genomix/pre-velvet-graph
  38. 5af9dff finish debug in p3 by AnbangX · 12 years ago
  39. e04250d add p3 by AnbangX · 12 years ago
  40. e406bf5 add hyrack format by AnbangX · 12 years ago
  41. 4b6126b use byte to check isCycle by AnbangX · 12 years ago
  42. 685b3cd add the iteraion option by AnbangX · 12 years ago
  43. cbdb971 delete extra class by AnbangX · 12 years ago
  44. 4b84334 format the code by AnbangX · 12 years ago
  45. 1d841e8 add debug code by AnbangX · 12 years ago
  46. 61955b4 add log to debug by AnbangX · 12 years ago
  47. df7c076 add filter path class by AnbangX · 12 years ago
  48. cfc37ee update new code and test in ipubmed by AnbangX · 12 years ago
  49. 1669862 add test to filter specific path by AnbangX · 12 years ago
  50. 03eeda0 uniform the output format by AnbangX · 12 years ago
  51. eae1289 add testcase by AnbangX · 12 years ago
  52. ef51a0a reset maxIteration by AnbangX · 12 years ago
  53. 950d05e add more testcase by AnbangX · 12 years ago
  54. 02b2df5 add testcase by AnbangX · 12 years ago
  55. a241656 add test utility by AnbangX · 12 years ago
  56. 92fc6a6 add path merge test case by AnbangX · 12 years ago
  57. d9c2637 reduce some duplicate message communication and change int to byte by AnbangX · 12 years ago
  58. f11a472 add two step of log algorithm version by AnbangX · 12 years ago
  59. 200fa1f use set state=DELETE instead of deleteVertexId() because deleteVertexId() causes exception by AnbangX · 12 years ago
  60. 7f09f7e change code architect and use VKmerBytesWritable instead of byte[] by AnbangX · 12 years ago
  61. 70812cd fix some bugs of log algorithm and prepare to verify the correctness in big data by AnbangX · 12 years ago
  62. f01816c fix some bugs of log algorithm by AnbangX · 12 years ago
  63. 3c5bd0a make genomix compile with merged hyracks by buyingyi · 12 years ago
  64. c07e482 delete unuse function by anbangx · 12 years ago
  65. 235b476 change some code to rugular output format by anbangx · 12 years ago
  66. 8f7f606 delete log by anbangx · 12 years ago
  67. db6e5de change code format by anbangx · 12 years ago
  68. cdc5917 upload the graph of the test case by anbangx · 12 years ago
  69. b7c1b11 Finish verifying the correctness of Naive Algorithm and Log Algorithm by anbangx · 12 years ago
  70. 172a7dd change code structure by anbangx · 12 years ago
  71. 8af245b change code format of LoadVertex, MessageWritable by anbangx · 12 years ago
  72. f5ff29d change folder name to edu.uci.ics.genomix.pregelix by anbangx · 12 years ago
  73. 9ce8742 change code format of naive algorithm and delete some extra test code by anbangx · 12 years ago
  74. dc6c4d6 add client/drive by anbangx · 12 years ago
  75. c670a80 add binary-assembly.xml by anbangx · 12 years ago
  76. f1bf6d5 add timer by anbangx · 12 years ago
  77. 13a3f73 update JobFile by anbangx · 12 years ago
  78. 5af2665 add generateJob by anbangx · 12 years ago
  79. ddecfcb add test code by anbangx · 12 years ago
  80. 69e64e4 ADD generateSmallFile.java by anbangx · 12 years ago
  81. ac06a8a update by anbangx · 12 years ago
  82. ed8b8eb svn merge -r3112:3163 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization svn merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234 svn merge -r3209:3233 https://hyracks.googlecode.com/svn/trunk/fullstack by anbangx · 12 years ago
  83. cf3b91e update by anbangx · 12 years ago
  84. 562c2fc by anbangx · 12 years ago
  85. b82f054 Update by anbangx · 12 years ago
  86. 648cedf Update LogAlgorithm for merging graph by anbangx · 12 years ago
  87. 7a14a81 Modify to SequenceFile by anbangx · 12 years ago
  88. f61ba4c Update genomix-pregelix by anbangx · 12 years ago
  89. e2be647 Update by anbangx · 12 years ago
  90. 8192a91 Adding a file genomix-pregelix by anbangx · 12 years ago