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

Typo in _all_uniprot #291

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Typo in _all_uniprot #291

wants to merge 2 commits into from

Conversation

dbdimitrov
Copy link
Collaborator

@dbdimitrov dbdimitrov commented Mar 21, 2024

@dbdimitrov dbdimitrov requested a review from deeenes March 21, 2024 08:06
@@ -343,7 +343,7 @@ def get_uniprot_sec(organism = 9606):
if _organism:

from pypath.inputs import uniprot_db
proteome = uniprot_db.all_uniprots(organism=organism)
proteome = uniprot_db._all_uniprots(organism=organism)
Copy link
Member

Choose a reason for hiding this comment

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

@dbdimitrov Where have you encountered an error from this? As far as I'm aware, this function is called all_uniprots and get_uniprot_sec runs fine for me.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

hmmm, honestly not 100% sure, I believe it was related to map_names

Copy link
Collaborator Author

@dbdimitrov dbdimitrov Mar 21, 2024

Choose a reason for hiding this comment

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

PS. I just noticed that actually you changed it in a following version.
The issue that I was encountering was in 0.15.13.

Feel free to close if map_names works for you :)

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