Skip to content

Correcting error in pool_transcripts_xenium when pandas object #138

@AndrejPer

Description

@AndrejPer

Hi authors,

I noticed a little error in the function pool_transcripts_xenium in src/readers.py. When the dataframe is a pandas object, it goes into the else, where the function get_indices_chunk, introduced in commit 1bb6115, is missing the first argument. This breaks the pandas path, which is the default usage shown in the tutorial notebook.

So, in line 1193 , I believe it should be cols_c = get_indices_chunk(df, key_x, key_y, instead of the current cols_c = get_indices_chunk(key_x, key_y,.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions