Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
hyracks
/
0c644f474169add387ea3d827ee44ce908b62408
0c644f4
Mapper passes test
by Anbang Xu
· 12 years ago
32bc798
finish Mapper and start Reducer
by Anbang Xu
· 12 years ago
4e9262f
add GenomixMapper for new graph - 'contrail'
by Anbang Xu
· 12 years ago
3335bb6
hadoop for contrail graph
by Anbang Xu
· 12 years ago
08c7d2d
change KmerListWritable and NodeWritable to new construction for new graph-'Kmer-Base system as key'
by Anbang Xu
· 12 years ago
b14e7e6
Update for changing graph
by Anbang Xu
· 12 years ago
8dbe728
refactor 'size' to 'kmerByteSize' in KmerBytesWritable
by Anbang Xu
· 12 years ago
f7fc945
refactor 'UniqueKey' to 'NodeId'
by Anbang Xu
· 12 years ago
6350b0f
some changes in ParserFactory
by Anbang Xu
· 12 years ago
1a02870
add ReadsKeyValueParserFactory for new graph using for read HDFS
by Anbang Xu
· 12 years ago
871743c
add IntermediateNodeWritable and KmerListWritable
by Anbang Xu
· 12 years ago
c642eeb
new graph driver
by Anbang Xu
· 12 years ago
0a8e068
add makeUUID to PositionWritable; use for test cases
by Jake Biesinger
· 12 years ago
aef7aaa
meatier test case and tweaks for PositionWritable
by Jake Biesinger
· 12 years ago
a9eafe7
Make PositionListWritable test code
by Anbang Xu
· 12 years ago
67254bc
Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix
by Anbang Xu
· 12 years ago
6010f35
Make the PositionWritable and Pass the test
by Anbang Xu
· 12 years ago
6b45971
Fix H4, test templates
by Jake Biesinger
· 12 years ago
de2424c
begin new graph building
by Anbang Xu
· 12 years ago
de2a44b
small adjustments to new node and position classes
by Jake Biesinger
· 12 years ago
970c74f
move old key/value class to oldtype folder
by Anbang Xu
· 12 years ago
814540a
remake new graph class - PositionWritable and NodeWritable
by Anbang Xu
· 12 years ago
c71a2d3
removeBridge pass tests
by Anbang Xu
· 12 years ago
Alpha
Alpha-Graph-v2.0
b1ccba9
p4 pass test
by Anbang Xu
· 12 years ago
b3c4a2b
removeTip pass all the tests
by Anbang Xu
· 12 years ago
9378de1
change directionFlag back
by Anbang Xu
· 12 years ago
3054c15
clear the code and fix messageFlag
by Anbang Xu
· 12 years ago
76b3277
Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix
by Anbang Xu
· 12 years ago
f947fb8
add test suite case for removetip/removebridge/pathmerge
by Anbang Xu
· 12 years ago
54f79fb
add expected output for pathmerge (singleread)
by Jake Biesinger
· 12 years ago
fb347c0
Add test cases as input graphs
by Jake Biesinger
· 12 years ago
8f719e0
Use BuildAllGraphs
by Jake Biesinger
· 12 years ago
d8f5c89
Formulate test code
by Anbang Xu
· 12 years ago
48c0cec
q
by Jake Biesinger
· 12 years ago
b679646
Add more test cases for path merge
by Jake Biesinger
· 12 years ago
ac4a3fb
add script for simple random read generation
by Jake Biesinger
· 12 years ago
4bb565e
use argparse for python plotting
by Jake Biesinger
· 12 years ago
67e67aa
more test cases
by Jake Biesinger
· 12 years ago
c408358
Add python script for visualizing graphs
by Jacob Biesinger
· 12 years ago
2049ae8
Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix
by Jacob Biesinger
· 12 years ago
5c0184f
Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix
by Jake Biesinger
· 12 years ago
8eac65c
Add data for few test cases
by Jake Biesinger
· 12 years ago
6a6f6bc
Fix old merge leftovers
by Jacob Biesinger
· 12 years ago
b5c8428
test cases
by AnbangX
· 12 years ago
da3b802
Apply undirected graph algorithm in p2
by AnbangX
· 12 years ago
0fd527e
Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into genomix/fullstack_genomix
by Jake Biesinger
· 12 years ago
8c8f194
test cases
by Jake Biesinger
· 12 years ago
5c31812
Add expected outputs for a few simple tests
by Jake Biesinger
· 12 years ago
15d0a8f
Add sequences for simple test cases
by Jake Biesinger
· 12 years ago
8e4fbc3
test cases and fixes for H4
by Jake Biesinger
· 12 years ago
1dea1ea
PathNodeInitial uses 2 output bins instead of 3
by Jake Biesinger
· 12 years ago
d31a1b4
use local maximum (not min) for h4
by Jake Biesinger
· 12 years ago
93e9c22
debugging p4 and fix random seed issue
by AnbangX
· 12 years ago
98dae20
H4 complete; fix probBeingHead
by Jake Biesinger
· 12 years ago
21ad290
Code review with Jake on H4
by AnbangX
· 12 years ago
b5e81d6
Merge branch 'anbangx/fullstack_genomix' into genomix/fullstack_genomix
by AnbangX
· 12 years ago
e6d7e7a
code review with Jake
by AnbangX
· 12 years ago
26d9f46
Fix nodewritable merge logic
by Jake Biesinger
· 12 years ago
af826b9
gc optimize h4 reduce
by Jake Biesinger
· 12 years ago
64ae953
Add mergeInDir for kmers
by Jake Biesinger
· 12 years ago
3819c94
add stop condition for p2
by AnbangX
· 12 years ago
74c645c
send msg to bidirection in p2
by AnbangX
· 12 years ago
e1dbea7
add subclass BasicVertex and fixing p2
by AnbangX
· 12 years ago
d2e7e86
fix path merge flaws
by AnbangX
· 12 years ago
genomix/one_direction
v2.0
8f57673
Merge branch 'anbangx/fullstack_genomix' of https://code.google.com/p/hyracks into anbangx/fullstack_genomix
by AnbangX
· 12 years ago
2a9137c
finish p4
by AnbangX
· 12 years ago
b7b66eb
correct p4
by AnbangX
· 12 years ago
730ed8a
some updates
by AnbangX
· 12 years ago
342d65b
add p4 for path merge
by AnbangX
· 12 years ago
7984e2b
p3 path merge pass test
by AnbangX
· 12 years ago
46fc86e
add test cases for removeBridge, removeTip and mergeBubble
by AnbangX
· 12 years ago
db5d564
WIP H4 1 mapper + 2 reducers
by Jake Biesinger
· 12 years ago
974c47f
refactor h4 update mapper to use update messages
by Jake Biesinger
· 12 years ago
5adaeec
add merge and update utility functions
by Jake Biesinger
· 12 years ago
605a5e8
finish p4
by AnbangX
· 12 years ago
3cda435
Remove tests using MRUnit (whose old API doesn't work with MultipleOutputs)
by Jake Biesinger
· 12 years ago
71ea5d2
Fix RFMerge and add tests
by Jake Biesinger
· 12 years ago
fd9b4b1
correct p4
by AnbangX
· 12 years ago
0d0e1fe
some updates
by AnbangX
· 12 years ago
01ad7c2
Merge and fix FRMerge. RF still doesn't work.
by Jake Biesinger
· 12 years ago
244a3a8
Merge branch 'genomix/fullstack_genomix' into wbiesing/genomix/fullstack_genomix
by Jake Biesinger
· 12 years ago
ce47851
add p4 for path merge
by AnbangX
· 12 years ago
ab171ba
refactor kmer mergeNext and mergePre -> mergeFF etc. untested :)
by Jake Biesinger
· 12 years ago
1f0b7d5
refactor MergePaths message types to use directions and message types
by Jake Biesinger
· 12 years ago
a7216ac
Add helper functions for mutating PositionListWritable's
by Jake Biesinger
· 12 years ago
3e70ffe
PathNodeInitial updateable optimization
by Jake Biesinger
· 12 years ago
24e076f
PathNodeInitial identifies nodes needing updates
by Jake Biesinger
· 12 years ago
0c08e56
p3 path merge pass test
by AnbangX
· 12 years ago
1920264
refactor: MessageFlag is now MergeMessageFlag
by Jake Biesinger
· 12 years ago
7c1d870
H4 driver works with multipleOutputs
by Jake Biesinger
· 12 years ago
f20a7e7
Fix path separators in test cases
by Jake Biesinger
· 12 years ago
b0e4fbc
add test cases for removeBridge, removeTip and mergeBubble
by AnbangX
· 12 years ago
76cc619
simplify graphbuilding driver
by Jake Biesinger
· 12 years ago
86e8c3a
simplify driver and test case for h4 graph building
by Jake Biesinger
· 12 years ago
87a1029
mergepaths uses multipleoutputs properly (prep for update code)
by Jake Biesinger
· 12 years ago
c0e90ce
simplify hadoop graphbuilding test case
by Jake Biesinger
· 12 years ago
cc77cf7
add test cases for path merge and other data clean patterns
by AnbangX
· 12 years ago
2c41eb3
add remove in PositionListWritable and test
by AnbangX
· 12 years ago
f60ef35
add test for graph build
by AnbangX
· 12 years ago
1e43ac4
Merge branch 'genomix/fullstack_genomix' of https://code.google.com/p/hyracks into jianfeng/genomix
by Jianfeng Jia
· 12 years ago
Next »