Adapt embedding to DMS data (peptide mode only), SDK update - #8
Merged
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
julenmendieta
approved these changes
Jul 27, 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.
Greptile Summary
This PR adds DMS-derived amino-acid sequence support and migrates the repository to the updated Platforma SDK build conventions.
pl7.app/sequencecolumns whose feature isamplicon-sequenceand alphabet isaminoacid.peptideand qualifyingamplicon-sequencecolumns.PL_BUILD_CHANNELexplicitly.PL_BUILD_VARIANT.PL_BUILD_LOCATION.pl-pkg buildtoblock-tools software build.Confidence Score: 5/5
The PR appears safe to merge, with the new sequence classification and SDK build migration consistently wired through the checked-in configuration.
The added selector remains restricted to amino-acid sequence columns, its scope mapping matches the intended peptide embedding path, and checked-in CI references resolve to the newly defined build scripts without leaving a concrete broken caller.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart LR A[Candidate columns under main axis] --> B{Sequence selector} B -->|feature: peptide<br/>alphabet: aminoacid| C[Peptide scope] B -->|feature: amplicon-sequence<br/>alphabet: aminoacid| C B -->|VDJ sequence domains| D[Receptor scopes] C --> E[Embedding model selection] D --> EReviews (1): Last reviewed commit: "Adapt embedding to DMS data (peptide mod..." | Re-trigger Greptile