Skip to content
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

LSI-enabled BBKNN #301

Merged
merged 7 commits into from
Sep 4, 2024
Merged

LSI-enabled BBKNN #301

merged 7 commits into from
Sep 4, 2024

Conversation

wlason
Copy link
Contributor

@wlason wlason commented Jul 26, 2024

Added an option to run BBKNN with LSI, removed forced PC calculation for ATAC
Uses dimred parameter from yaml to inform the choice of method (LSI/PCA). Default PCA.
Will calculate PCA if no dimred method found.

This fixes #296 and rapidly decreases RAM needed to run.

@wlason wlason requested review from bio-la and deevdevil88 July 26, 2024 10:38
@wlason wlason added the enhancement New feature or request label Jul 26, 2024
@wlason
Copy link
Contributor Author

wlason commented Aug 24, 2024

Hey @bio-la I think you committed your filled in yaml by accident.
Check tests/integration_3/pipeline.yml

@bio-la
Copy link
Collaborator

bio-la commented Aug 27, 2024

@wlason just adding a new CI to check that the integration does work as intended! (it's the one failing that uses the yaml you are pointing to) I need to fix it and then I'll merge the PR.

@bio-la bio-la merged commit b7193cb into main Sep 4, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BBKNN doesn't accept LSI as input
2 participants