-
Notifications
You must be signed in to change notification settings - Fork 295
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
Add --max-memory-usage argument, and associated khmer_args refactoring. #1050
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
380e167
update explicit hashtype types to nodegraph and bitgraph
ctb 4f89e31
removed environment variable override for hash size defaults
ctb 2e8984c
pass IOError through extract_*_functions
ctb 157fd85
fixed FP rate reporting
ctb 7bf9b43
added --max-memory-usage and create_nodegraph/create_countgraph fns
ctb 3a98a99
updated ChangeLog
ctb 5883b5f
fix pep8
ctb 2d398fd
replaced new_* hash creation functions with khmer_args.create*
ctb a0e6b01
fixed check_space_for_hashtable
ctb bce7b0a
updated sandbox files, too
ctb dbb081d
fix up oxli build_graph as well
ctb f30b2ba
removed redundant line
ctb 596c5f2
Merge branch 'master' of github.com:ged-lab/khmer into update/memory-…
ctb b9b61a8
Merge branch 'master' of github.com:dib-lab/khmer into update/memory-…
ctb d7b4b5f
Merge branch 'master' of github.com:dib-lab/khmer into update/memory-…
ctb 72cee98
Upgrade CountingHash and change selection of primes to be bounded above.
ctb 9739e5a
Merge remote-tracking branch 'origin/master' into update/memory-args2
ctb 782b8e8
minor cleanup
ctb 0c31a8f
added more create_*graph tests
ctb 4364988
many small test fixes for new hashtable size behavior
ctb bb4ca59
updated ChangeLog
ctb 478a63e
updated new_* to Hashbits/CountingHash in sandbox
ctb ae07414
updated ChangeLog
ctb 33c41bf
Merge branch 'master' of github.com:dib-lab/khmer into update/memory-…
ctb 0f995b5
remove get_n_primes_above_x
ctb 2a393fc
removed deprecated factory methods
ctb 55ffdf8
add test coverage
ctb 9f68822
updated ChangeLog
ctb af13a5f
updated whats-new-2.0 with description of -M/--max-memory-usage
ctb 7b44ee5
changed --min-tablesize to --max-tablesize
ctb 251132a
fix collect-reads and add test
ctb 04a6418
fix stupid method name mistake
ctb 6ab3775
fixes for recipes; added test for saturate-by-median exec
ctb 01d6afb
updated documentation
ctb a15f810
add multiplier for creating countgraph/nodegraph
ctb 9295052
fixed option
ctb 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
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
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.
FYI: No test coverage