1. febbaf1 add EdgeListWritable.addUnion(edge) by Jake Biesinger · 12 years ago
  2. 85dfedf Add broadcaseKillselfAndNoticeToUpdateEdges and responseToDeadVertexAndUpdateEdges by Anbang Xu · 12 years ago
  3. 3e1eb90 change bubble merge "add" to use boolean `flip` by Jake Biesinger · 12 years ago
  4. c0b37b1 change bubble's pre-condition -- pathNode to anyNode by Anbang Xu · 12 years ago
  5. 97d97cd add bubble's addReadIDs by Jake Biesinger · 12 years ago
  6. e763a06 add complicated test case for BubbleMerge by Anbang Xu · 12 years ago
  7. 6ddc6cc testing BubbleMerge by Anbang Xu · 12 years ago
  8. 3aba0f0 SplitRepeat test is completed by Anbang Xu · 12 years ago
  9. 0ca485b Don't use l1 and l2 in VKmerBytesWritable by Anbang Xu · 12 years ago
  10. 5800f2b Merge branch 'master' into anbangx/backupMergingWithMaster by Anbang Xu · 12 years ago
  11. 0ea5c92 Remove pregel dependence on hadoop and hyracks by Anbang Xu · 12 years ago
  12. 4a9e45c Add testcases for SplitRepeat by Anbang Xu · 12 years ago
  13. 8270c5a Merge cycle to a single node in path merge. P4 test is completed by Anbang Xu · 12 years ago
  14. d688b5a Add skip tandem repeat to pathmerge. TODO: detect cycle in pathmerge by Anbang Xu · 12 years ago
  15. 2f3e3bb PathMerge pass test except TandemRepeat. TODO: skip TandemRepeat in pathmerge by Anbang Xu · 12 years ago
  16. 9c01d09 Fix mergeReadID RF and RR by Jake Biesinger · 12 years ago
  17. 569945a add RF/FR with/without head test for pathmerge by Anbang Xu · 12 years ago
  18. 7a75b07 add updateEdges for pathmerge. Issue: mergeWithStartreads by Anbang Xu · 12 years ago
  19. 9ac0dda Modify mergeWithKmer to mergeWithNode by Anbang Xu · 12 years ago
  20. 6fc84f1 Add additional merge info to pathmerge by Anbang Xu · 12 years ago
  21. d06c50f add testcase for pathmerge by Anbang Xu · 12 years ago
  22. 56e291f Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  23. ced394a Make pathmerge robost by Anbang Xu · 12 years ago
  24. ca15771 UnrollTandemRepeat is completed by Anbang Xu · 12 years ago
  25. b37b705 Add UnRollTandemRepeat. TODO: add the corresponding MSG and update edges by Anbang Xu · 12 years ago
  26. fc7d4b8 fix the positionWritable unionUpdate(), and add automatic test case by Nan Zhang · 12 years ago
  27. 6efa434 Completed P2 debugging by Anbang Xu · 12 years ago
  28. c00e007 add graphviz by Nan Zhang · 12 years ago
  29. a4e850d add license header for hyracks by Nan Zhang · 12 years ago
  30. ca84702 Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  31. a3c0538 Clean up P2 code and prepare to deep debug it by Anbang Xu · 12 years ago
  32. feec5be Fix BubbleMerge by Anbang Xu · 12 years ago
  33. de3a280 Merge branch 'nanzhang/hyracks_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  34. 15306ff small modification by Nan Zhang · 12 years ago
  35. 4903be0 add expected file by Nan Zhang · 12 years ago
  36. 5e01f76 Adapt RemoveLowCoverageVertex to new graph structure. Finally, all the patterns are adapted to new graph by Anbang Xu · 12 years ago
  37. df21153 complete hyracks graph building Junit4 Testing normalization by Nan Zhang · 12 years ago
  38. e7856d5 Adapt ScaffoldingVertex to new graph structure by Anbang Xu · 12 years ago
  39. c970d65 Adapt BTSTraverseVertex to new graph structure by Anbang Xu · 12 years ago
  40. 000fa26 getReadIDs added to EdgeWritable by Jake Biesinger · 12 years ago
  41. 6212780 BTS almost done and wait for EdgeListWritable[dir].getReadIds(Key key) by Anbang Xu · 12 years ago
  42. 0217e7e Adapt SplitRepeatVertex to new graph structure. TODO: test AdjSplitRepeat by Anbang Xu · 12 years ago
  43. 37a8489 Adapt MergeBubbleVertex to new graph structure. TODO: check if bubble flip and merge all metadata except kmer by Anbang Xu · 12 years ago
  44. c69d141 Add node to BubbleMessage by Anbang Xu · 12 years ago
  45. 14de2c6 save current state by Anbang Xu · 12 years ago
  46. 977a413 Adapt BridgeAddVertex and BridgeRemoveVertex to new graph structure by Anbang Xu · 12 years ago
  47. 4370b2b adapt TipAddVertex and TipRemoveVertex to new graph structure by Anbang Xu · 12 years ago
  48. 112cdf7 Adapt MapReduceVertex and P4 to new graph structure by Anbang Xu · 12 years ago
  49. e7885ee Pregel TestSuite is completed by Anbang Xu · 12 years ago
  50. 0e037c1 Prepare to clean up pregel testSuite by Anbang Xu · 12 years ago
  51. 6f88379 save current state and prepare to clean up hadoop test result by Anbang Xu · 12 years ago
  52. 5d431a1 temporary save modified state by Anbang Xu · 12 years ago
  53. 3786935 hyracks graph building test complete. by Nan Zhang · 12 years ago
  54. b02033e BasicPathMergeVertex is completed by Anbang Xu · 12 years ago
  55. 0d72095 Make generic message class for all patterns by Anbang Xu · 12 years ago
  56. 128eb0e Revert "update hyracks_genomix branch" by Nan Zhang · 12 years ago
  57. 9a664b7 update hyracks_genomix branch by Nan Zhang · 12 years ago
  58. a5a1e63 Make basic msg class: MessageWritable and subclasses: PathMergeMessage, BubbleMergeMessage, BFSMessage by Anbang Xu · 12 years ago
  59. 7401944 test cases again :) by Jake Biesinger · 12 years ago
  60. 585dbb5 fastq parser for hadoop graphbuild by Jake Biesinger · 12 years ago
  61. 6bdf197 add EdgeList[dir].getKeys() by Anbang Xu · 12 years ago
  62. 92736c7 avoid btree update code path when the target entry has sufficient space by buyingyi · 12 years ago
  63. 58875bf delete SelfPath.txt~ by Anbang Xu · 12 years ago
  64. 9296bb6 Add EdgeList.getKeys for iterating over keys by Jake Biesinger · 12 years ago
  65. 202f2ab Hadoop graphbuild uses filename for mateid; tests by Jake Biesinger · 12 years ago
  66. 6266614 Simplify edgewritable interface by Jake Biesinger · 12 years ago
  67. 2d17c5b Complete the Graph construction(Hadoop) by Anbang Xu · 12 years ago
  68. 60782f4 Add test cases; reinstate compareTo function use Hadoop's version by Jake Biesinger · 12 years ago
  69. 35875ce removed cursed autogen stub that was breaking hadoop by Jake Biesinger · 12 years ago
  70. e73873e merge with new argmented graph by Anbang Xu · 12 years ago
  71. dfd2e0f added shallower interface for readIDs by Jake Biesinger · 12 years ago
  72. ab3d8f4 add interface for edgewritable.appendReadID by Jake Biesinger · 12 years ago
  73. c448987 refactoring edgelists; still some to do by Jake Biesinger · 12 years ago
  74. 034979c Partial refactor following edge type changes in NodeWritable by Jake Biesinger · 12 years ago
  75. 82aca33 Refactor merging into NodeWritable and add tests by Jake Biesinger · 12 years ago
  76. 2b9ba78 Starting on NodeWritable merge by Jake Biesinger · 12 years ago
  77. 473c225 Consolidate edges and threads into a single element by Jake Biesinger · 12 years ago
  78. 76f4101 add license header to NodeWritable (can't we just have it in ONE place?) by Jake Biesinger · 12 years ago
  79. 14df82f Merge branch 'nanzhang/hyracks_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  80. b1c9c7d P1ForPathMergeVertex is completed, but one issue about even length and message from both size can't be solve by Anbang Xu · 12 years ago
  81. 2a8f433 add test-jar in build by buyingyi · 12 years ago
  82. 2f37b5e add job concatenation support by buyingyi · 12 years ago
  83. 13348bf Graph construcion is completed by Anbang Xu · 12 years ago
  84. 67c7e22 debuging SplitRepeatVertex by Anbang Xu · 12 years ago
  85. bb8e581 Complete NaiveBFSTraverse and make more test cases by Anbang Xu · 12 years ago
  86. d282e07 argumented graph building pass test successfully by Nan Zhang · 12 years ago
  87. 1de8032 Half done BFSTraverseVertex Framework by Anbang Xu · 12 years ago
  88. b965efd modify pom by Nan Zhang · 12 years ago
  89. 88d6cb5 modify the pom by Nan Zhang · 12 years ago
  90. f010494 adapt new NodeWritable and extends it in VertexValue by Anbang Xu · 12 years ago
  91. ba111c9 add a rule to eliminate empty-key gby by buyingyi · 12 years ago
  92. aebe2cb add a rule to converet left outer join to inner join by buyingyi · 12 years ago
  93. 7f5ff0f add a rule to converet left outer join to inner join by buyingyi · 12 years ago
  94. 361916b save current state by Anbang Xu · 12 years ago
  95. 7f3e343 add the unmerged graph job by Nan Zhang · 12 years ago
  96. 52bda5c add new graph result to PathMergeTestSet by Anbang Xu · 12 years ago
  97. 813f143 adapt pregel package to new graph by Anbang Xu · 12 years ago
  98. 7812d08 Augment graph construction(hadoop) -- add ThreadList and 5PReaedId by Anbang Xu · 12 years ago
  99. 399fc4a NodeWritable: refactor getListFromDir to getEdgeList by Jake Biesinger · 12 years ago
  100. 211d79c use direction flag as only public interface for nodewritable edges and threads by Jake Biesinger · 12 years ago