Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprint 58 minor changes #696

Closed
wants to merge 53 commits into from
Closed

Sprint 58 minor changes #696

wants to merge 53 commits into from

Conversation

apolignano
Copy link
Contributor

This PR addresses the following minor changes:

  • Always display the AlphaFold track, even if it is the only track (IBU-11654)
    Now we correctly display the track and the "No entry matches this protein banner". (e.g A0A009GMH1).
    There are cases where the entries count is 0 but a Pfam-N match is found. If the user is in summary mode, that leads to a similar result, but without the "No entry" warning. Not sure if we should do anything about that. (e.g A0A009GL87)

  • Fix the job name given to InterProScan searches (IBU-11663, InterPro-search by sequence-Job title #683)
    Now assigning a name to the job on submit works. Editing the name after the job has completed works too.

  • Link citations to references in Pfam clan descriptions (IBU-11661, Links to references in the descriptions in Pfam Clan pages #666)
    Reusing the logic that links publications ID to citations in the Reference section for Entries and Proteins, we now do the same for Pfam clans using PMIDs. (e.g. CL0025)

    image

    There are cases (like in CL0025, citation nr. 1). Where a paper is listed in the references but never cited in the description.

  • Numeric ECOD not being displayed in Wikipedia infobox for clans (IBU-11680 , Wikipedia in Pfam clan pages #694)
    ECODs where being only processed as alphanumeric strings (e.g 389.1.1). There are cases where the ECOD is just a number (e.g CL0001) and it was not being displayed correctly. Now it is (e.g. CL0021)

    image
  • Use the structure accession for matches in the structure page IBU-11681.

    There are cases where a match is integrated in an InterPro entry, but they are mapped to different UniProt accessions. This caused a visualization issues on the ProteinViewer(s) in the structure page where the match is not seen as a child of the InterPro entry. Using the structure accession to keep them in the same data structure fixes this. (e.g. 5cgc)
    image

@apolignano apolignano closed this Feb 12, 2025
@matthiasblum matthiasblum deleted the sprint_58_changes branch February 20, 2025 17:41
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.

1 participant