-
Notifications
You must be signed in to change notification settings - Fork 17
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
Using SSHash submodule for graph representation #481
Conversation
7b242cf
to
d57beb7
Compare
Are these the same tests that were disabled, or is it something new? |
metagraph/tests/data/sshash_sequences/pthash.tmp.run1700659576911610385.free_slots.bin
Outdated
Show resolved
Hide resolved
metagraph/tests/data/sshash_sequences/pthash.tmp.run1700659576911610385.pilots.bin
Outdated
Show resolved
Hide resolved
metagraph/tests/data/sshash_sequences/sshash.tmp.run_1700659576859653407.minimizers.0.bin
Outdated
Show resolved
Hide resolved
|
44af9e1
to
8a0d415
Compare
a37e341
to
ecce9eb
Compare
Add PTHash submodule, create boilerplate code for DBGSSHash class, add it to test_dbg_helpers.
and list of contigs
This reverts commit 07b4653.
… a custom exception
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.
There is still one open comment related to jermp/pthash#63. I think otherwise the current state is good? We should probably open a separate issue to track jermp/pthash#63 if we merge this PR before it is fixed upstream.
Added the SSHash data structure as an option for the DBG representation, implemented using SSHash as a submodule.