1. 4b21369 Fix TandemRepeatAndCycle bug by Anbang Xu · 12 years ago
  2. 3e91447 add test case for tandem repeats with multiple self-edges by Jake Biesinger · 12 years ago
  3. 5ecb66f seperate MessageFlag and State by Anbang Xu · 12 years ago
  4. 55a9adc add test case for P2 by Anbang Xu · 12 years ago
  5. 558ea60 Merge aggregator with main branch by Anbang Xu · 12 years ago
  6. 50b28b6 Adpat hadoop testsuite to have linespermap arg by Anbang Xu · 12 years ago
  7. 4da15b2 add many similar bubbles in one pattern test case and BubbleMerge pass test by Anbang Xu · 12 years ago
  8. 270d47a add NlineInputFormat by Nan Zhang · 12 years ago
  9. 014dafc add graph building checking job by Nan Zhang · 12 years ago
  10. 7ac727c Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  11. 8c187a6 add RandonWalk test case by Anbang Xu · 12 years ago
  12. f9e6e5f add hadoop building to the driver by Jake Biesinger · 12 years ago
  13. 39cfc58 add synthetic test case by Jake Biesinger · 12 years ago
  14. b19ba95 BubbleMerge pass complicated test cases by Anbang Xu · 12 years ago
  15. 32a956b fix one bug in path merge by Anbang Xu · 12 years ago
  16. 26e7332 BubbleMerge test is almost finished except grid test case by Anbang Xu · 12 years ago
  17. c0b37b1 change bubble's pre-condition -- pathNode to anyNode by Anbang Xu · 12 years ago
  18. e763a06 add complicated test case for BubbleMerge by Anbang Xu · 12 years ago
  19. 6ddc6cc testing BubbleMerge by Anbang Xu · 12 years ago
  20. 3aba0f0 SplitRepeat test is completed by Anbang Xu · 12 years ago
  21. 4a9e45c Add testcases for SplitRepeat by Anbang Xu · 12 years ago
  22. d688b5a Add skip tandem repeat to pathmerge. TODO: detect cycle in pathmerge by Anbang Xu · 12 years ago
  23. 569945a add RF/FR with/without head test for pathmerge by Anbang Xu · 12 years ago
  24. 9ac0dda Modify mergeWithKmer to mergeWithNode by Anbang Xu · 12 years ago
  25. d06c50f add testcase for pathmerge by Anbang Xu · 12 years ago
  26. de3a280 Merge branch 'nanzhang/hyracks_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  27. df21153 complete hyracks graph building Junit4 Testing normalization by Nan Zhang · 12 years ago
  28. e7856d5 Adapt ScaffoldingVertex to new graph structure by Anbang Xu · 12 years ago
  29. 6212780 BTS almost done and wait for EdgeListWritable[dir].getReadIds(Key key) by Anbang Xu · 12 years ago
  30. 0217e7e Adapt SplitRepeatVertex to new graph structure. TODO: test AdjSplitRepeat by Anbang Xu · 12 years ago
  31. 977a413 Adapt BridgeAddVertex and BridgeRemoveVertex to new graph structure by Anbang Xu · 12 years ago
  32. 128eb0e Revert "update hyracks_genomix branch" by Nan Zhang · 12 years ago
  33. 9a664b7 update hyracks_genomix branch by Nan Zhang · 12 years ago
  34. 7401944 test cases again :) by Jake Biesinger · 12 years ago
  35. 585dbb5 fastq parser for hadoop graphbuild by Jake Biesinger · 12 years ago
  36. 202f2ab Hadoop graphbuild uses filename for mateid; tests by Jake Biesinger · 12 years ago
  37. 2d17c5b Complete the Graph construction(Hadoop) by Anbang Xu · 12 years ago
  38. e73873e merge with new argmented graph by Anbang Xu · 12 years ago
  39. 14df82f Merge branch 'nanzhang/hyracks_genomix' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  40. 13348bf Graph construcion is completed by Anbang Xu · 12 years ago
  41. bb8e581 Complete NaiveBFSTraverse and make more test cases by Anbang Xu · 12 years ago
  42. d282e07 argumented graph building pass test successfully by Nan Zhang · 12 years ago
  43. 52bda5c add new graph result to PathMergeTestSet by Anbang Xu · 12 years ago
  44. be39f91 Add AverageCoverage to graph construction(hadoop) and make graphviz more pretty by Anbang Xu · 12 years ago
  45. ac6b1a6 RemoveBridge pass test and add RemoveLowCoverage and Scaffolding by Anbang Xu · 12 years ago
  46. 4a5ee49 Hadoop TestSuite is completed and P2 pass test by Anbang Xu · 12 years ago
  47. 18c032a make TestSuite for graph building(hadoop) by Anbang Xu · 12 years ago
  48. 19b758e ervoer testUtils by Nan Zhang · 12 years ago
  49. 931fcc8 clean genomixMiniCluster by Nan Zhang · 12 years ago
  50. 3e3144b cleanning continue by Nan Zhang · 12 years ago
  51. 7dc9400 clean the useless code for project by Nan Zhang · 12 years ago
  52. 6981f1c adapt graph construction(hadoop) to VKmer by Anbang Xu · 12 years ago
  53. 95c432c BridgeAddVertex pass test by Anbang Xu · 12 years ago
  54. aac7732 SimpleSplitRepeat is completed. An issue in graph building(hadoop): KmerList.appendList() doesn't check existed element by Anbang Xu · 12 years ago
  55. 0049eac refactor 'NaiveAlgorithm' to 'P1' and add test case for SplitRepeat by Anbang Xu · 12 years ago
  56. a5e97c7 p4 pass test by Anbang Xu · 12 years ago
  57. 4416d3c debugging p4 by Anbang Xu · 12 years ago
  58. 84e385f Try to add globe kmerSize but fail in testing by Anbang Xu · 12 years ago
  59. bcf5a70 add hadoop test and keep both bin and txt by Anbang Xu · 12 years ago
  60. f7a23e4 add Reducer and change PositionWritable to PositionListWritable in NodeWritable by Anbang Xu · 12 years ago
  61. 0c644f4 Mapper passes test by Anbang Xu · 12 years ago
  62. 3335bb6 hadoop for contrail graph by Anbang Xu · 12 years ago
  63. 8dbe728 refactor 'size' to 'kmerByteSize' in KmerBytesWritable by Anbang Xu · 12 years ago
  64. 6b45971 Fix H4, test templates by Jake Biesinger · 12 years ago
  65. 76b3277 Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  66. f947fb8 add test suite case for removetip/removebridge/pathmerge by Anbang Xu · 12 years ago
  67. 54f79fb add expected output for pathmerge (singleread) by Jake Biesinger · 12 years ago
  68. fb347c0 Add test cases as input graphs by Jake Biesinger · 12 years ago
  69. 8f719e0 Use BuildAllGraphs by Jake Biesinger · 12 years ago
  70. d8f5c89 Formulate test code by Anbang Xu · 12 years ago
  71. 48c0cec q by Jake Biesinger · 12 years ago
  72. b679646 Add more test cases for path merge by Jake Biesinger · 12 years ago
  73. ac4a3fb add script for simple random read generation by Jake Biesinger · 12 years ago
  74. 4bb565e use argparse for python plotting by Jake Biesinger · 12 years ago
  75. 67e67aa more test cases by Jake Biesinger · 12 years ago
  76. c408358 Add python script for visualizing graphs by Jacob Biesinger · 12 years ago
  77. 8eac65c Add data for few test cases by Jake Biesinger · 12 years ago
  78. 0fd527e Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix by Jake Biesinger · 12 years ago
  79. 8c8f194 test cases by Jake Biesinger · 12 years ago
  80. 5c31812 Add expected outputs for a few simple tests by Jake Biesinger · 12 years ago
  81. 15d0a8f Add sequences for simple test cases by Jake Biesinger · 12 years ago
  82. 8e4fbc3 test cases and fixes for H4 by Jake Biesinger · 12 years ago
  83. 3cda435 Remove tests using MRUnit (whose old API doesn't work with MultipleOutputs) by Jake Biesinger · 12 years ago
  84. 1f0b7d5 refactor MergePaths message types to use directions and message types by Jake Biesinger · 12 years ago
  85. 1920264 refactor: MessageFlag is now MergeMessageFlag by Jake Biesinger · 12 years ago
  86. 7c1d870 H4 driver works with multipleOutputs by Jake Biesinger · 12 years ago
  87. 86e8c3a simplify driver and test case for h4 graph building by Jake Biesinger · 12 years ago
  88. c0e90ce simplify hadoop graphbuilding test case by Jake Biesinger · 12 years ago
  89. 82b237b Better testing for initial path merge by Jake Biesinger · 12 years ago
  90. e0fa424 Update H4 to new graph style by Jake Biesinger · 12 years ago
  91. 5932b3b fix test case paths by Jake Biesinger · 12 years ago
  92. 9ac3f6c reformat by Jake Biesinger · 12 years ago
  93. d91b4fb Fix H3 test case by Jake Biesinger · 12 years ago
  94. 5215ff5 Updated base class for tests allows mutliple Test cases by Jake Biesinger · 12 years ago
  95. 79da38a clean code by Nan Zhang · 12 years ago
  96. 5d3d527 delete he pcommon by Nan Zhang · 12 years ago
  97. 37cc20b hadoop graph building completion by Nan Zhang · 12 years ago
  98. 3931ef7 Broke test cases into base class plus small tests by Jake Biesinger · 12 years ago
  99. e7b1730 Merge branch 'genomix/fullstack_bidirection' into jianfeng/genomix-reverse by Jianfeng Jia · 12 years ago
  100. f8261bc Add a unit test for H3 which builds the graph by Jake Biesinger · 12 years ago