Skip to content

support for conversion of cellranger filtered h5 to h5mu - #1170

Open
dorien-er wants to merge 10 commits into
mainfrom
support-filtered-h5-conversion
Open

support for conversion of cellranger filtered h5 to h5mu#1170
dorien-er wants to merge 10 commits into
mainfrom
support-filtered-h5-conversion

Conversation

@dorien-er

@dorien-er dorien-er commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Changelog

... Describe your changes ...

Issue ticket number and link

Closes #xxxx (Replace xxxx with the GitHub issue number)

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:

    • Breaking changes
    • New functionality
    • Major changes
    • Minor changes
    • Documentation
    • Bug fixes
  • Proposed changes are described in the CHANGELOG.md

  • CI tests succeed!

@dorien-er dorien-er changed the title implement_component support for conversion of cellranger filtered h5 to h5mu Apr 22, 2026
@dorien-er
dorien-er marked this pull request as ready for review April 22, 2026 13:17
Comment on lines +452 to +461
if input_data.get("filtered_counts"):
mudata_per_sample = process_counts_filtered(
input_data["filtered_counts"],
)
else:
mudata_per_sample = process_counts(
input_data["count"],
input_data["multiplexing_analysis"],
input_data["metrics_summary"],
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, when I put the mudata construction here I already had the feeling that it would not be the best idea...Should we make it separate from from the processing of the auxiliary modalities?
So in the main function construct the mudata's with separate functions and pass those on into the get_modalities function?
And have a different function for detecting the input? Like detect_count_matrices and detect_modality_input? That would also remove some complexity from the input detection?
I'm not sure, what do you think?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, there's a proposal in the latest commit :-)

@dorien-er
dorien-er requested a review from DriesSchaumont May 20, 2026 12:51
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

Successfully merging this pull request may close these issues.

2 participants