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

Drop the is_seurat_convertible return value from data portal #7385

Open
joyceyan opened this issue Nov 13, 2024 · 0 comments
Open

Drop the is_seurat_convertible return value from data portal #7385

joyceyan opened this issue Nov 13, 2024 · 0 comments

Comments

@joyceyan
Copy link
Contributor

joyceyan commented Nov 13, 2024

Once cellxgene-schema 5.3 is released, when we update the data portal release to use 5.3, we'll want to update this call
is_valid, errors, _ = self.schema_validator.validate_and_save_labels(local_filename, output_filename) in process_validate.py to is_valid, errors = self.schema_validator.validate_and_save_labels(local_filename, output_filename)

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

No branches or pull requests

1 participant