Skip to content

start extracting a cellranger-only configuration subset #421

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

Closed
wants to merge 52 commits into from

Conversation

macklin-10x
Copy link
Contributor

@macklin-10x macklin-10x commented Apr 18, 2024

  • Extracts most config parameters set by cellranger into a separate config struct.
  • Works over defs.rs, removing many unused or unread fields and CLI args.

// Linux.

#[cfg(not(target_os = "windows"))]
pub fn setup_pager(pager: bool) {
Copy link
Contributor Author

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.

@macklin-10x macklin-10x marked this pull request as ready for review April 18, 2024 22:00
@macklin-10x macklin-10x force-pushed the macklin/extract-all-enclone-only-print-code branch from 8bbdb40 to 190578b Compare April 20, 2024 02:48
@macklin-10x macklin-10x force-pushed the macklin/clean-up-cli-arg-handling branch from 8d956f9 to 4668164 Compare April 20, 2024 03:00
Base automatically changed from macklin/extract-all-enclone-only-print-code to main April 23, 2024 03:00
@macklin-10x macklin-10x force-pushed the macklin/clean-up-cli-arg-handling branch from 4668164 to 1f4f0d7 Compare April 23, 2024 03:43
@macklin-10x macklin-10x marked this pull request as draft April 29, 2024 17:53
@macklin-10x macklin-10x deleted the macklin/clean-up-cli-arg-handling branch April 30, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant