1. be39f91 Add AverageCoverage to graph construction(hadoop) and make graphviz more pretty by Anbang Xu · 12 years ago
  2. 4a5ee49 Hadoop TestSuite is completed and P2 pass test by Anbang Xu · 12 years ago
  3. 8edaabd Add fracDissimilar to VKmer by Jake Biesinger · 12 years ago
  4. 7dc9400 clean the useless code for project by Nan Zhang · 12 years ago
  5. 3fc4fef Please enter the commit message for your changes. Lines starting by Nan Zhang · 12 years ago
  6. 8e8e99f Merge branch 'nanzhang/hyracks_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  7. 96465fb Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  8. 6ad60bf fix bug in readFields of KmerListWritable by Anbang Xu · 12 years ago
  9. 9dc35e0 fix merge test case by Jake Biesinger · 12 years ago
  10. d235865 catch too-short kmers when trying to merge by Jake Biesinger · 12 years ago
  11. 078e20a catch attempts at merging empty kmers by Jake Biesinger · 12 years ago
  12. b072b75 Add edit distance computation for VKmers by Jake Biesinger · 12 years ago
  13. 6981f1c adapt graph construction(hadoop) to VKmer by Anbang Xu · 12 years ago
  14. def02ee clean up interface for VKmer setByRead by Jake Biesinger · 12 years ago
  15. 1df93be Bugfix for Hadoop bug in VKmer and PositionList by Anbang Xu · 12 years ago
  16. 79c5ccf Merge branch 'wbiesing/genomix/VKmers' into genomix/fullstack_genomix by Jake Biesinger · 12 years ago
  17. 999f6ac add coverage for hyracks graph building by Nan Zhang · 12 years ago
  18. 07011c1 Merge commit '164cc8091571ad11261a91eed68e06d2e73ea490' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  19. 164cc80 add compare-by-coverage Comparator for NodeWritable by Jake Biesinger · 12 years ago
  20. 39f1cf1 Merge commit '07acebba2c4470834919a82092faec0c982411e5' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  21. 42036c1 add methods for node coverage merge/add; serialize coverage by Jake Biesinger · 12 years ago
  22. 6ffdef2 add 3 SplitRepeat TestCases and fix the PositionListWitable: UnionUpdate HashSet by Nan Zhang · 12 years ago
  23. b01f330 Merge commit '50e9f8614b4124288f606d90c3417caa2b5f80de' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  24. 016df5f finish the debugging by Nan Zhang · 12 years ago
  25. 50e9f86 add conversions for Kmer <-> VKmer by Jake Biesinger · 12 years ago
  26. 0b9da1e Merge branch 'wbiesing/genomix/VKmers' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  27. c68e510 finish the debugging by Nan Zhang · 12 years ago
  28. ff02e22 Use VKmers in lists by Jake Biesinger · 12 years ago
  29. 1259632 refactor KmerList -> VKmerList by Jake Biesinger · 12 years ago
  30. 34d3d73 there is an issue in KmerListWritable and try to fix it by Anbang Xu · 12 years ago
  31. 5eaa799 Merge commit '94e075b5c3db9aa613ef61c2581430a143b17bc8' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  32. ceab4c1 Merge branch 'wbiesing/genomix/VKmers' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  33. 94e075b update for merge by Anbang Xu · 12 years ago
  34. 6ee7bdf fix HashSet in SplitRepeat by Anbang Xu · 12 years ago
  35. 0049eac refactor 'NaiveAlgorithm' to 'P1' and add test case for SplitRepeat by Anbang Xu · 12 years ago
  36. d57d7e5 add CreatedVertex and ConnectedTable by Anbang Xu · 12 years ago
  37. 5a69e16 refactor graph building in hyracks using new genomix-data code by Nan Zhang · 12 years ago
  38. f2507bf debugging for hyracks by Nan Zhang · 12 years ago
  39. 844d774 update the genomix-data by Nan Zhang · 12 years ago
  40. d94f5f9 refactor 'BasicPathMergeVertex' to 'BasicGraphCleanVertex', make it more general by Anbang Xu · 12 years ago
  41. 29ebdc8 Map/Reduce version in pregel is completed by Anbang Xu · 12 years ago
  42. b89e7dc allow references in all variable-length elements by keeping track of originally allowed space by Jake Biesinger · 12 years ago
  43. 1e68c8f PositionListWritable passes tests by Jake Biesinger · 12 years ago
  44. b92f4e5 add copy-based byte array serialization for NodeWritable by Jake Biesinger · 12 years ago
  45. d907eb4 remove reference code for variable-length lists. We don't keep track of onwership of our data block by Jake Biesinger · 12 years ago
  46. d6276e7 p2 pass test by Anbang Xu · 12 years ago
  47. 11b2760 Kmer factory uses VKmers by Jake Biesinger · 12 years ago
  48. bd58f1a .hashcode and .equals need to use storage with offsets; no more super methods. by Jake Biesinger · 12 years ago
  49. a9e482e update KmerListWritable to use fixed-length kmers by Jake Biesinger · 12 years ago
  50. 9ba730c no more inherited Kmers by Jake Biesinger · 12 years ago
  51. 5fb6805 use global, static length for fixed-length kmers by Jake Biesinger · 12 years ago
  52. 0f33ece use new genomix-data by Nan Zhang · 12 years ago
  53. f472a8b add the union list function on PostionListWritable by Nan Zhang · 12 years ago
  54. fe8cb0f Merge branch 'genomix/fullstack_genomix' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  55. 7903077 Code review: refactor offset name by Anbang Xu · 12 years ago
  56. 9e00650 p2 pass all the tests except 9 by Anbang Xu · 12 years ago
  57. 4693b43 Use Hashset for unionUpdate-ing with another KmerListWritable by Jake Biesinger · 12 years ago
  58. 71d06c2 test cases for merging across multiple edge types and kmer vs vkmer by Jake Biesinger · 12 years ago
  59. 4f80fd9 BUGFIX: mergeWithRF uses inefficient, MUCH simpler merge by Jake Biesinger · 12 years ago
  60. 78aaae4 switch VKmer to use a saner offset by Jake Biesinger · 12 years ago
  61. 9ce648a refactor KmerBytesWritable into Kmer and variable-length VKmer by Jake Biesinger · 12 years ago
  62. 9691538 starting refactor of KmerList by Jake Biesinger · 12 years ago
  63. b811143 Refactor KmerBytesWritable to use internal length by Jake Biesinger · 12 years ago
  64. 1307443 P2 pass test1,2,3,4 by Anbang Xu · 12 years ago
  65. d253d8f fix mergeWithRFKmer by Anbang Xu · 12 years ago
  66. 67c5eef Merge branch 'genomix/fullstack_genomix' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  67. 4d50d8a Merge branch 'genomix/fullstack_genomix' into nanzhang/hyracks_genomix by Nan Zhang · 12 years ago
  68. a5e97c7 p4 pass test by Anbang Xu · 12 years ago
  69. 4416d3c debugging p4 by Anbang Xu · 12 years ago
  70. 311001a start to change graph clean part to 'contrail-graph' structure by Anbang Xu · 12 years ago
  71. dfa14d3 Fix NodeWritable and Finish contrail-graph Mapper/Reducer by Anbang Xu · 12 years ago genomix/velvet-graph-pregel
  72. 95138a4 hyracks contrail graph building partial completing by Nan Zhang · 12 years ago
  73. 84e385f Try to add globe kmerSize but fail in testing by Anbang Xu · 12 years ago
  74. bcf5a70 add hadoop test and keep both bin and txt by Anbang Xu · 12 years ago
  75. f7a23e4 add Reducer and change PositionWritable to PositionListWritable in NodeWritable by Anbang Xu · 12 years ago
  76. 0c644f4 Mapper passes test by Anbang Xu · 12 years ago
  77. 32bc798 finish Mapper and start Reducer by Anbang Xu · 12 years ago
  78. 08c7d2d change KmerListWritable and NodeWritable to new construction for new graph-'Kmer-Base system as key' by Anbang Xu · 12 years ago
  79. b14e7e6 Update for changing graph by Anbang Xu · 12 years ago
  80. 8dbe728 refactor 'size' to 'kmerByteSize' in KmerBytesWritable by Anbang Xu · 12 years ago
  81. f7fc945 refactor 'UniqueKey' to 'NodeId' by Anbang Xu · 12 years ago
  82. 1a02870 add ReadsKeyValueParserFactory for new graph using for read HDFS by Anbang Xu · 12 years ago
  83. 871743c add IntermediateNodeWritable and KmerListWritable by Anbang Xu · 12 years ago
  84. c642eeb new graph driver by Anbang Xu · 12 years ago
  85. 0a8e068 add makeUUID to PositionWritable; use for test cases by Jake Biesinger · 12 years ago
  86. aef7aaa meatier test case and tweaks for PositionWritable by Jake Biesinger · 12 years ago
  87. a9eafe7 Make PositionListWritable test code by Anbang Xu · 12 years ago
  88. 67254bc Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  89. 6010f35 Make the PositionWritable and Pass the test by Anbang Xu · 12 years ago
  90. 6b45971 Fix H4, test templates by Jake Biesinger · 12 years ago
  91. de2424c begin new graph building by Anbang Xu · 12 years ago
  92. de2a44b small adjustments to new node and position classes by Jake Biesinger · 12 years ago
  93. 970c74f move old key/value class to oldtype folder by Anbang Xu · 12 years ago
  94. 814540a remake new graph class - PositionWritable and NodeWritable by Anbang Xu · 12 years ago
  95. 9378de1 change directionFlag back by Anbang Xu · 12 years ago
  96. 3054c15 clear the code and fix messageFlag by Anbang Xu · 12 years ago
  97. b5c8428 test cases by AnbangX · 12 years ago
  98. da3b802 Apply undirected graph algorithm in p2 by AnbangX · 12 years ago
  99. 8e4fbc3 test cases and fixes for H4 by Jake Biesinger · 12 years ago
  100. b5e81d6 Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by AnbangX · 12 years ago