-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change the partial members of genomix-data, genomix-hyracks for adapting ray-style #60
Closed
Closed
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
cb22472
add mate0 and mate1 readSequence
ec2081e
make up related functions in readHeadSet
1661432
comment the genomix-data temporally, will recover later
9c26dc2
use VKmerList to replace the EdgeMap
d672c7a
change edgeType in Node
9db851c
change graph building to adapt new ray style
0b81fcc
tweak graphviz
d417ccf
change function name of node from getEdgeMap to getEdgeList
547603f
Merge commit '1b7005d5a2f185c29ea677f4246a4889d805fa36' into nanzhang…
8522c18
Merge branch 'genomix/fullstack_genomix' into nanzhang/ray-genomix
a8e0e32
change this/thatSequence, and bitField for not writing any null members
90ebdfe
change SetAsCopy() and getLengthInBytes() to be consistent with writi…
9affc37
remove contain(Kmer kmer) and recover contain(VkmerList kmer)
87d90dd
change partial member function to be consistent with ReadHeadInfo
59346bc
get mateId in a indirect way, and consider the single long end read
c90a6ee
Merge branch 'genomix/fullstack_genomix' into nanzhang/ray-genomix
1033803
change setAsCopy() to use getThisReadSequence() and getThatReadSequen…
30f7255
use getKmerLetterLength() instead of getKmerBytesLength()
ce34294
check toString() in readHeadInfo
5f1d6ae
change getEdgeList() to getEdgeMap() in readKeyValueParser
8a6a000
small teaks and prepare for test new graph building
524f258
Merge branch 'genomix/fullstack_genomix' into nanzhang/ray-genomix
a4cadb0
recover it VkmerList initially and prepare for refining it
7887496
a tweak
cbb120f
Merge branch 'nanzhang/genomix_main_branch' into nanzhang/ray-genomix
0995d14
Merge branch 'genomix/fullstack_genomix' into nanzhang/ray-genomix
f975ac2
fix new instance bug in readHeadInfo
e21ceea
use getThatReadSeq instead of getThisReadSeq
97b5ce2
fix bug in readFiled() and getreadSeq(), and getMateSeq()
b227f65
change name from getThatReadSeq() to getMateReadSeq()
30beef5
change name from thatReadSeq to mateReadSeq
17886d9
fix the bug for supporting single read
cb84316
clean legacy code
4ab3820
remove uesless code
c4ead19
rm system.out.println()
cce134f
complete hyracks test
9d9eec7
fix the bug for forgetting add the byte length 1 in getLength() due t…
7b25a64
change genomix-hadoop to be consistent with our new genomix-data
ed6733c
hadoop test passed!
8d45898
change the name of readHeadSet
85539b8
change graphstatics to remove the readId in it
40846bc
genomix-hyracks test passed!
14d7781
prepare KMP algorithm
16523c3
complete the KMP test
9587903
complete fast detect sub Vkmer using KMP, not complete test
cc8838d
complete find sub-vkmer function’s test
3c7df0a
add readHeadInfo(data[] offset); remove asLong()
4acc66b
add readHeadInfo(data[] offset) and remove asLong()
7d604bc
remove updateEdgeRead()
67add02
modify the typo
12b7a7a
remove conflict for genomix-pregelix
603e47a
remove active_Field ’s thisReadSequence field
2566c8d
refactor readHeadInfo
f7b170b
use getMateReadSeq() in set() for readHeadInfo
42a5bb2
fix the bug for setting null to thisReadSeq, and add setUUID()
246c623
finish genomix-hyracks test
6763566
add exception
e5099ac
remove all code related to parsing filename
cd7c12d
remove all code related to parsing file name in genomix-hadoop
d1e1e4a
remove KMP to create a separate branch instead
8cae514
factor out edgeMap code in favor of VKmerList; remove SplitRepeat
jakebiesinger 9e2fdd6
check both msg and vertex in symmetry checker
jakebiesinger 2af7a94
add some error checking; remove unused functions
jakebiesinger 4c61c2c
rename all `edgeMap`s and `edgeList`s to `edges`
jakebiesinger d96e25b
Merge remote-tracking branch 'origin/nanzhang/ray-genomix' into wbies…
jakebiesinger 3048f59
Merge remote-tracking branch 'origin/genomix/fullstack_genomix' into …
jakebiesinger e4ec721
fix to support non-default pregelix cc http ports
jakebiesinger 79664c2
Merge branch 'genomix/fullstack_genomix' into wbiesing/ray-genomix-re…
jakebiesinger d3e3869
Merge pull request #71 from uci-cbcl/wbiesing/ray-genomix-refactor
jakebiesinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
183 changes: 0 additions & 183 deletions
183
genomix/genomix-data/src/main/java/edu/uci/ics/genomix/type/EdgeMap.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anbangx since there are no readids on the edges in this version, we'll have to reconsider what
DIRECTED_GRAPH_WITH_ALLDETAILS
now means. Perhaps it should print theinternalKmer
instead of the key?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jakebiesinger WITH_ALLDETAILS includes all the other fields inside the node, this key is only for edge connection.