feat: Cytiva Biacore Insight - Dynamically extract Analyte, Capture, Regeneration 1-N columns#1171
Merged
Merged
Conversation
…te fields Add support for extracting Capture 1-5 Contact time (s) and Flow rate (µl/min) fields from xlsx files. These xlsx-only fields are now included in the device control document's custom information, consistent with where Analyte and Regeneration timing/flow fields are stored. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…o jleinas-biacore-insight-affinity
…Insight parser Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
nathan-stender
previously approved these changes
Apr 10, 2026
Resolve conflicts between dynamic Analyte/Regeneration extraction (branch) and calculated concentration support (main). Keep both: dynamic extraction for Analyte/Capture/Regeneration 1-N columns plus calculated concentration from Evaluation sheets. Regenerate test output for Concentration Analysis. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
Author
|
@nathan-stender -- TY for resolving those conflicts! 🎉 |
ajcariaga16
approved these changes
Apr 10, 2026
This was referenced Apr 10, 2026
nathan-stender
added a commit
that referenced
this pull request
Apr 10, 2026
james-leinas
added a commit
that referenced
this pull request
Apr 10, 2026
…calculated concentration Updated test expected outputs to include changes from main branch: - Dynamic extraction of Analyte 1-N columns (from PR #1171) - Calculated concentration support (from PR #1172) - Support for multiple ProcessedData documents (kinetics + affinity models) Changes include: - Multiple Analyte fields (Analyte 2, Analyte 3) in device control and sample custom info - Multiple Regeneration fields (Regeneration 2, Regeneration 3) - Two processed data documents per measurement when both models exist: 1. 1:1 binding kinetics model with kon, koff, KD, Rmax 2. Steady state affinity model with KD, Rmax, offset - Test data masking updates (sensor chip ID, lot number, solution names) All Insight tests passing (4/4). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Add support for extracting Analyte, Capture and Regeneration 1-N columns, (extending additionally for Contact time (s) and Flow rate (µl/min) fields from xlsx files). These fields are now included in the device control document's custom information.
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com