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

[python] Handle non-list/non-tuple input in tiledbsoma.io registration #3517

Open
johnkerl opened this issue Jan 7, 2025 · 0 comments
Open
Assignees

Comments

@johnkerl
Copy link
Member

johnkerl commented Jan 7, 2025

Doing this

    tiledbsoma.io.register_h5ads(
        experiment_uri=exp_uri,
        h5ad_file_names=h5ad_file_name,
        measurement_name="measname",
        obs_field_name=obs_field_name,
        var_field_name=var_field_name,
    )

instead of

    tiledbsoma.io.register_h5ads(
        experiment_uri=exp_uri,
        h5ad_file_names=[h5ad_file_name],
        measurement_name="measname",
        obs_field_name=obs_field_name,
        var_field_name=var_field_name,
    )

results in a cryptic error.

[sc-61390]

@johnkerl johnkerl self-assigned this Jan 7, 2025
@johnkerl johnkerl changed the title [python] Handle non-list/non-tuple input in tiledbsoma.io registration [python] Handle non-list/non-tuple input in tiledbsoma.io registration Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant