Skip to content

Change AlphaFoldPayload variable name and update type.#326

Merged
dlrice merged 2 commits intomainfrom
alphafold-update
Oct 14, 2025
Merged

Change AlphaFoldPayload variable name and update type.#326
dlrice merged 2 commits intomainfrom
alphafold-update

Conversation

@dlrice
Copy link
Copy Markdown
Contributor

@dlrice dlrice commented Oct 13, 2025

No description provided.

@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 13, 2025

Deploy Preview for cozy-marzipan-abb3b4 ready!

Name Link
🔨 Latest commit 4ba7347
🔍 Latest deploy log https://app.netlify.com/projects/cozy-marzipan-abb3b4/deploys/68ee293d7e50600008cde63b
😎 Deploy Preview https://deploy-preview-326--cozy-marzipan-abb3b4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

export type PredictionData = {
export type AlphaFoldPayload = Array<{
entryId: string;
modelEntityId?: string;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

EntryId is deprecated and renamed to modelEntityId in the recent AlphaFold update. Shall we replace the few occurrences of entryId with modelEntityId as we need to do it at some point anyway?

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.

Good point - updated

export type PredictionData = {
export type AlphaFoldPayload = Array<{
entryId: string;
modelEntityId?: string;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
modelEntityId?: string;
modelEntityId: string;

Comment on lines +86 to +90
uniprotSequence?: string;
uniprotStart?: number;
uniprotEnd?: number;
isReferenceProteome?: boolean;
isReviewed?: boolean;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Also, these ones are deprecated and the new fields are included. Safe to remove these too as they are only part of the schema and not used anywhere else

@dlrice dlrice merged commit d62d296 into main Oct 14, 2025
6 checks passed
@dlrice dlrice deleted the alphafold-update branch October 14, 2025 11:53
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