-
Notifications
You must be signed in to change notification settings - Fork 14
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
Cell type annotation: scGPT integration/KNN workflow #875
base: main
Are you sure you want to change the base?
Conversation
src/workflows/annotation/scgpt_integration_knn/integration_test.sh
Outdated
Show resolved
Hide resolved
src/workflows/annotation/scgpt_integration_knn/integration_test.sh
Outdated
Show resolved
Hide resolved
"input_var_key": "input_var_gene_names" | ||
], | ||
args: [ | ||
"output_var_key": "gene_symbols" |
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.
Question: what happens if this column already exists?
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.
Adjusted now: by default it will raise, but this behavior can be undone by enabling the --overwrite_existing_key param
"input_obs_key": "reference_obs_batch_label", | ||
], | ||
args: [ | ||
"output_obs_key": "batch_label" |
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.
Question: what happens if this column already exists?
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.
By default it will raise, to be disabled with newly added flag "--overwrite_existing_key"
address review comments Co-authored-by: Dries Schaumont <[email protected]>
* update description concat component * Update src/dataflow/concatenate_h5mu/config.vsh.yaml Co-authored-by: Dries Schaumont <[email protected]> --------- Co-authored-by: Dries Schaumont <[email protected]>
Co-authored-by: Vladimir Shitov <[email protected]>
Co-authored-by: DriesSchaumont <[email protected]>
* Remove uses of auto: [publish: true] * Undo removal of publish component * Fix integration test
* add component to subset obsp * update changelog * update descriptions * fix tests * add comment
* update knn component * update changelog * update changelog * address pr comments * fix tests * fix tests
* update scanvi * typo * update changelog
#894) * Fix ingestion components not working when optional arguments are unset * update changelog * fix test
Changelog
src/scgpt/embedding
) and workflow (src/workflows/intgration/scgpt_leiden
)Issue ticket number and link
Checklist before requesting a review
I have performed a self-review of my code
Conforms to the Contributor's guide
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI tests succeed!