-
Notifications
You must be signed in to change notification settings - Fork 4
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
start extracting a cellranger-only configuration subset #421
Closed
Closed
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
f3fd110
Start extracting cellranger-related args.
macklin-10x 7a216f2
Start extracting the CR subset of args into a type.
macklin-10x e7b2789
Remove unused bug reports config.
macklin-10x 59629ad
Move the nopager config option.
macklin-10x 1af6d20
Remove dead NOPRETTY arg and fix up NOPAGER.
macklin-10x f992b77
Remove pager function from enclone_ranger.
macklin-10x a25e9ac
Restore NOPAGER proc.
macklin-10x 9fe7093
Remove NOPAGER from required args.
macklin-10x 1d7ccbc
Extract the PROTO arg.
macklin-10x 53c577a
Extract the PROTO_METADATA arg.
macklin-10x 935beee
Mark proto/etc as done.
macklin-10x 0f7d07c
Move NUMI into cr_opts.
macklin-10x 96a71e1
Move NUMI_RATIO into cr_opts.
macklin-10x 2282461
Move NUMI_RATIO into cr_opts.
macklin-10x 14e09a4
Make a note that NOPRINT is unused in enclone_ranger.
macklin-10x 76c1345
Move REF into cr_opts.
macklin-10x 2076750
Move PRE= into cr_opts.
macklin-10x d8f0a06
Make a note that internal_run is hardcoded in enclone_ranger.
macklin-10x 3f56dbe
Make a note about refactoring how we handle MAX_CORES.
macklin-10x b460362
Mark NUMI and NUMI_RATIO as complete.
macklin-10x 43da902
Move FATE_FILE into cr_opts.
macklin-10x 698019f
Move GAMMA_DELTA into cr_opts.
macklin-10x 4f9b063
Move NGRAPH_FILTER into cr_opts.
macklin-10x 6e623dc
Move NWEAK_CHAINS into cr_opts.
macklin-10x f8ce1ed
Move NFOURSIE_KILL into cr_opts.
macklin-10x 840ab1f
Move NDOUBLET into cr_opts.
macklin-10x fa80625
Move NSIG into cr_opts.
macklin-10x 786eebc
Move META into cr_opts.
macklin-10x f6c0a9a
Tweak docstring.
macklin-10x e4a7e86
Delete unused cr_version param.
macklin-10x cbcca5e
Remove dead WEAK option.
macklin-10x 93d0a0f
Remove unused EXP argument.
macklin-10x 6e8cc48
Remove never-read extc param.
macklin-10x cca0fc1
Remove never-completed EXT functionality.
macklin-10x b99ee83
Delete dead FB_SHOW arg.
macklin-10x 917a6a7
Remove several more dead args.
macklin-10x f230ed2
Delete dead condition field in PlotOpt.
macklin-10x fc30b6a
Delete PLOT2 arg which has identical function as PLOT.
macklin-10x 5ed6099
Delete unused fields from AlleleData.
macklin-10x 653db37
Delete unused JoinAlgOpt field.
macklin-10x 028b066
Delete always-false/dead fails_only param and branch.
macklin-10x 5a4f932
Delete dead chain_brief option.
macklin-10x 7bd3de7
Remove unused AG_DIST_FORMULA parameter.
macklin-10x c15f9b0
Remove dead vj_refname_strong parameter.
macklin-10x 34c79dd
Move nogray into clono_print_opts.
macklin-10x aaec17b
Move more printing options into ClonoPrintOpt.
macklin-10x a9033ac
Remove never-read pathlist and last_modified params.
macklin-10x 9f5584f
Remove all code that populated dead pathlist.
macklin-10x 319e8a8
Remove unused loading/storing of feature_refs.
macklin-10x ec6e76a
Rip out entirely-unused metrics loading code.
macklin-10x 7c4df1f
Add validation for readability/writability.
macklin-10x 1f4f0d7
Restore handling of FORCE_EXTERNAL.
macklin-10x 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
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.
This code was moved into enclone proper.