feat: Add Diomni v4.2/4.3 file support to QuantStudio Design & Analysis parser#1224
Merged
Merged
Conversation
…is parser Adds support for files exported by Diomni software (v4.2/4.3), which differ from Design & Analysis exports in several ways: Primary_result sheet instead of Results, alphanumeric well identifiers (A01) instead of numeric, separate Software name/version header fields, and multicomponent data with partial dye columns. Changes: - Rename Primary_result sheet to Results in reader for unified downstream handling - Normalize alphanumeric well IDs to numeric with stable mapping across all sheets - Handle separate Software name/version fields in header parsing - Skip missing dye columns in multicomponent data cube creation - Update sniff() to also detect Primary_result sheet - Add Presence/Absence test file from Diomni v4.3 export Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Reduce from 384 wells (30k+ rows) to 4 wells covering all task types (UNKNOWN, NTC, POSITIVE_CONTROL) and both reporters (FAM, ABY). Anonymize sample IDs, serial numbers, barcode, and file paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…io-diomni-v4-support
stephenworlow
approved these changes
Jun 10, 2026
nathan-stender
added a commit
that referenced
this pull request
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Primary_resultsheet instead ofResults, alphanumeric well identifiers (A01 format), separateSoftware name/Software versionheader fields, and multicomponent data with partial dye columnsTest plan
appbio_quantstudio_designandanalysis_Diomni_v4.3_Presence_Absence.xlsxwith expected JSON output🤖 Generated with Claude Code