Using SSHash submodule for graph representation#481
Merged
Conversation
7b242cf to
d57beb7
Compare
Contributor
Are these the same tests that were disabled, or is it something new? |
adamant-pwn
requested changes
Feb 15, 2024
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
Collaborator
|
hmusta
requested changes
Feb 20, 2024
44af9e1 to
8a0d415
Compare
hmusta
requested changes
Mar 28, 2024
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
adamant-pwn
reviewed
Jun 20, 2024
adamant-pwn
reviewed
Jun 20, 2024
adamant-pwn
reviewed
Jun 20, 2024
adamant-pwn
reviewed
Jun 20, 2024
adamant-pwn
approved these changes
Jul 2, 2024
Contributor
adamant-pwn
left a comment
There was a problem hiding this comment.
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.
hmusta
approved these changes
Jul 25, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added the SSHash data structure as an option for the DBG representation, implemented using SSHash as a submodule.