1. 97d97cd add bubble's addReadIDs by Jake Biesinger · 12 years ago
  2. e763a06 add complicated test case for BubbleMerge by Anbang Xu · 12 years ago
  3. 6ddc6cc testing BubbleMerge by Anbang Xu · 12 years ago
  4. 3aba0f0 SplitRepeat test is completed by Anbang Xu · 12 years ago
  5. 4a9e45c Add testcases for SplitRepeat by Anbang Xu · 12 years ago
  6. 8270c5a Merge cycle to a single node in path merge. P4 test is completed by Anbang Xu · 12 years ago
  7. d688b5a Add skip tandem repeat to pathmerge. TODO: detect cycle in pathmerge by Anbang Xu · 12 years ago
  8. 2f3e3bb PathMerge pass test except TandemRepeat. TODO: skip TandemRepeat in pathmerge by Anbang Xu · 12 years ago
  9. 569945a add RF/FR with/without head test for pathmerge by Anbang Xu · 12 years ago
  10. 7a75b07 add updateEdges for pathmerge. Issue: mergeWithStartreads by Anbang Xu · 12 years ago
  11. 9ac0dda Modify mergeWithKmer to mergeWithNode by Anbang Xu · 12 years ago
  12. 6fc84f1 Add additional merge info to pathmerge by Anbang Xu · 12 years ago
  13. d06c50f add testcase for pathmerge by Anbang Xu · 12 years ago
  14. ced394a Make pathmerge robost by Anbang Xu · 12 years ago
  15. b37b705 Add UnRollTandemRepeat. TODO: add the corresponding MSG and update edges by Anbang Xu · 12 years ago
  16. 6efa434 Completed P2 debugging by Anbang Xu · 12 years ago
  17. a3c0538 Clean up P2 code and prepare to deep debug it by Anbang Xu · 12 years ago
  18. feec5be Fix BubbleMerge by Anbang Xu · 12 years ago
  19. 5e01f76 Adapt RemoveLowCoverageVertex to new graph structure. Finally, all the patterns are adapted to new graph by Anbang Xu · 12 years ago
  20. e7856d5 Adapt ScaffoldingVertex to new graph structure by Anbang Xu · 12 years ago
  21. c970d65 Adapt BTSTraverseVertex to new graph structure by Anbang Xu · 12 years ago
  22. 6212780 BTS almost done and wait for EdgeListWritable[dir].getReadIds(Key key) by Anbang Xu · 12 years ago
  23. 0217e7e Adapt SplitRepeatVertex to new graph structure. TODO: test AdjSplitRepeat by Anbang Xu · 12 years ago
  24. 37a8489 Adapt MergeBubbleVertex to new graph structure. TODO: check if bubble flip and merge all metadata except kmer by Anbang Xu · 12 years ago
  25. c69d141 Add node to BubbleMessage by Anbang Xu · 12 years ago
  26. 14de2c6 save current state by Anbang Xu · 12 years ago
  27. 977a413 Adapt BridgeAddVertex and BridgeRemoveVertex to new graph structure by Anbang Xu · 12 years ago
  28. 4370b2b adapt TipAddVertex and TipRemoveVertex to new graph structure by Anbang Xu · 12 years ago
  29. 112cdf7 Adapt MapReduceVertex and P4 to new graph structure by Anbang Xu · 12 years ago
  30. e7885ee Pregel TestSuite is completed by Anbang Xu · 12 years ago
  31. 0e037c1 Prepare to clean up pregel testSuite by Anbang Xu · 12 years ago
  32. 6f88379 save current state and prepare to clean up hadoop test result by Anbang Xu · 12 years ago
  33. 5d431a1 temporary save modified state by Anbang Xu · 12 years ago
  34. b02033e BasicPathMergeVertex is completed by Anbang Xu · 12 years ago
  35. 0d72095 Make generic message class for all patterns by Anbang Xu · 12 years ago
  36. a5a1e63 Make basic msg class: MessageWritable and subclasses: PathMergeMessage, BubbleMergeMessage, BFSMessage by Anbang Xu · 12 years ago
  37. 6bdf197 add EdgeList[dir].getKeys() by Anbang Xu · 12 years ago
  38. 58875bf delete SelfPath.txt~ by Anbang Xu · 12 years ago
  39. c448987 refactoring edgelists; still some to do by Jake Biesinger · 12 years ago
  40. 14df82f Merge branch 'nanzhang/hyracks_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  41. 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
  42. 67c7e22 debuging SplitRepeatVertex by Anbang Xu · 12 years ago
  43. bb8e581 Complete NaiveBFSTraverse and make more test cases by Anbang Xu · 12 years ago
  44. d282e07 argumented graph building pass test successfully by Nan Zhang · 12 years ago
  45. 1de8032 Half done BFSTraverseVertex Framework by Anbang Xu · 12 years ago
  46. f010494 adapt new NodeWritable and extends it in VertexValue by Anbang Xu · 12 years ago
  47. 361916b save current state by Anbang Xu · 12 years ago
  48. 52bda5c add new graph result to PathMergeTestSet by Anbang Xu · 12 years ago
  49. 813f143 adapt pregel package to new graph by Anbang Xu · 12 years ago
  50. 399fc4a NodeWritable: refactor getListFromDir to getEdgeList by Jake Biesinger · 12 years ago
  51. 211d79c use direction flag as only public interface for nodewritable edges and threads by Jake Biesinger · 12 years ago
  52. 2065960 NodeWritable: Remove nodeIdList, refactor edges, add threads, add start/end reads by Jake Biesinger · 12 years ago
  53. 580f6cd add vertex.activate() to notice update and change DirectionFlag to 2 bits by Anbang Xu · 12 years ago
  54. 62a61f6 NodeWritable: refactor getListFromDir to getEdgeList by Jake Biesinger · 12 years ago
  55. 64f07c9 use direction flag as only public interface for nodewritable edges and threads by Jake Biesinger · 12 years ago
  56. 47fc29c NodeWritable: Remove nodeIdList, refactor edges, add threads, add start/end reads by Jake Biesinger · 12 years ago
  57. 8ded1a3 Clean genomix package and complete mergeing with Master by Anbang Xu · 12 years ago
  58. 05fc10d clean pregel package for latest master by Anbang Xu · 12 years ago
  59. dfd2e50 fix genomix pom.xml's to use 0.2.10-SNAPSHOT by Jake Biesinger · 12 years ago
  60. be39f91 Add AverageCoverage to graph construction(hadoop) and make graphviz more pretty by Anbang Xu · 12 years ago
  61. ac6b1a6 RemoveBridge pass test and add RemoveLowCoverage and Scaffolding by Anbang Xu · 12 years ago
  62. 4a5ee49 Hadoop TestSuite is completed and P2 pass test by Anbang Xu · 12 years ago
  63. 18c032a make TestSuite for graph building(hadoop) by Anbang Xu · 12 years ago
  64. 61bfb93 add computeSimilarity and mergeAverageCoverage to MergeBubbleVertex by Anbang Xu · 12 years ago
  65. cb4391e clean pregel package for build by Anbang Xu · 12 years ago
  66. c4961c9 complete MergeBubbleVertex & wait for compute fracSimilarity by Anbang Xu · 12 years ago
  67. 3986b17 debugging BubbleMergeVertex by Anbang Xu · 12 years ago
  68. 3e3144b cleanning continue by Nan Zhang · 12 years ago
  69. 8e8e99f Merge branch 'nanzhang/hyracks_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  70. 6ad60bf fix bug in readFields of KmerListWritable by Anbang Xu · 12 years ago
  71. 6981f1c adapt graph construction(hadoop) to VKmer by Anbang Xu · 12 years ago
  72. ad800e8 more cleanup of setByRead interface by Jake Biesinger · 12 years ago genomix/before-nodeid-graph-cleanup-Aug2013
  73. b8626fd make GraphViz for test by Anbang Xu · 12 years ago
  74. 79c5ccf Merge branch 'wbiesing/genomix/VKmers' into genomix/fullstack_genomix by Jake Biesinger · 12 years ago
  75. 9f949c4 MergeBubbleVertex half done by Anbang Xu · 12 years ago
  76. 39f1cf1 Merge commit '07acebba2c4470834919a82092faec0c982411e5' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  77. 07acebb Merge MergeBubbleMessageWritable to MessageWritable by Anbang Xu · 12 years ago
  78. ac6a090 Fix BubbleAddVertex and pass test by Anbang Xu · 12 years ago
  79. 6d8afff fix RemoveBridgeVertex and update for merge by Anbang Xu · 12 years ago
  80. ec095b2 RemoveTipVertex pass test by Anbang Xu · 12 years ago
  81. 95c432c BridgeAddVertex pass test by Anbang Xu · 12 years ago
  82. 6f81b59 small update by Anbang Xu · 12 years ago
  83. 714d906 adapt BridgeAddVertex to new graph construction by Anbang Xu · 12 years ago
  84. d1075a0 adapt TipAddVertex to new graph construction by Anbang Xu · 12 years ago
  85. aac7732 SimpleSplitRepeat is completed. An issue in graph building(hadoop): KmerList.appendList() doesn't check existed element by Anbang Xu · 12 years ago
  86. 0b9da1e Merge branch 'wbiesing/genomix/VKmers' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  87. c68e510 finish the debugging by Nan Zhang · 12 years ago
  88. 1259632 refactor KmerList -> VKmerList by Jake Biesinger · 12 years ago
  89. 34d3d73 there is an issue in KmerListWritable and try to fix it by Anbang Xu · 12 years ago
  90. 5eaa799 Merge commit '94e075b5c3db9aa613ef61c2581430a143b17bc8' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  91. ceab4c1 Merge branch 'wbiesing/genomix/VKmers' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  92. 94e075b update for merge by Anbang Xu · 12 years ago
  93. 6ee7bdf fix HashSet in SplitRepeat by Anbang Xu · 12 years ago
  94. 0049eac refactor 'NaiveAlgorithm' to 'P1' and add test case for SplitRepeat by Anbang Xu · 12 years ago
  95. d57d7e5 add CreatedVertex and ConnectedTable by Anbang Xu · 12 years ago
  96. 37c6933 start coding SplitRepeat by Anbang Xu · 12 years ago
  97. 5412086 refactor LogAlgorithm to P2 by Anbang Xu · 12 years ago
  98. 9db1ea8 merge MapReduceVertex to p2 and p2 is completed by Anbang Xu · 12 years ago
  99. d94f5f9 refactor 'BasicPathMergeVertex' to 'BasicGraphCleanVertex', make it more general by Anbang Xu · 12 years ago
  100. 29ebdc8 Map/Reduce version in pregel is completed by Anbang Xu · 12 years ago