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

debug_stringdb #202

Merged
merged 7 commits into from
Jan 15, 2025
Merged

debug_stringdb #202

merged 7 commits into from
Jan 15, 2025

Conversation

tabbassidaloii
Copy link
Contributor

@tabbassidaloii tabbassidaloii commented Jan 7, 2025

  • support other species
  • debug when the input is not gene symbol
  • add Ensembl protein ID

Done by @djwetstede taken from the PR #176

Improvements required:

  • the UniProt ID is not correct (it is the gene symbol of the entity queried), could be removed as we have the Ensembl Protein ID
  • the code is very slow which is because of many for loops in lines 69-103

- support other species
- debug when the input is not gene symbol

Done by @djwetstede taken from the PR #176 (#176)

Improvements required:
- the uniprot id is not correct (it is the gene symbol of entity queried)
- the code is very slow which is because of many for loops in line 69-103
@tabbassidaloii tabbassidaloii changed the title update codes debug_stringdb Jan 8, 2025
@jmillanacosta
Copy link
Collaborator

  • Retrieves the Uniprot-TrEMBL protein IDs from the Uniprot REST API for queried and linked gene products (TBD: implement Ensembl Protein/Peptide mappings in BridgeDB)
  • Updated tests

@tabbassidaloii tabbassidaloii merged commit 0301cd8 into main Jan 15, 2025
7 checks passed
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.

3 participants