Skip to content

Conversation

@nozomione
Copy link
Member

@nozomione nozomione commented Nov 19, 2025

Issue Number

Closes #1613

Purpose/Implementation Notes

I've fix the bug so that the "Exclude multiplexed samples" checkbox is automatically selected and disabled whenever AnnData (Python) is chosen as the Data Format via the "Add Project to Dataset" modal.

@dvenprasad , see the latest UI here. Thank you!

Changes include:

  • Selected and disabled the "Exclude multiplexed samples" checkbox in the DatasetProjectAdditionalOptions component based on the selected format value in the modal.
  • Set the excludeMultiplexed state value based on format change in the DatasetAddProjectModal component.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)

Functional tests

N/A

Checklist

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Screenshots

…jectAdditionalOptions and set excludeMultiplexed based on user-selected format via modal
…et default values for other additional options
@davidsmejia davidsmejia merged commit 0aba7f7 into feature/dataset-integration Nov 22, 2025
5 checks passed
@davidsmejia davidsmejia deleted the nozomione/1613-disable-exclude-multiplexed-samples-checkbox branch November 22, 2025 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable "Exclude multiplexed samples" for AnnData in DatasetAddProjectModal

3 participants