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

added warning message with all taxa ids which are not in the local da… #131

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

p-vychik
Copy link
Contributor

Description

Added a check for taxonomy IDs in the getTaxonomyInfo function.
If the IDs are not present in currentNCBIinfo$ncbiID, they are printed as a warning message.

Related Issue

The usage of getRepresentative from taxFun currently throws only a single exception when the user-provided Taxonomy ID is not in the local database.
This means that if the input list contains multiple problematic IDs, it requires multiple calls to identify all of them. This update addresses the issue by improving the error handling for such cases.

@trvinh trvinh self-assigned this Dec 10, 2024
Copy link
Member

@trvinh trvinh left a comment

Choose a reason for hiding this comment

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

It works! Thanks :)

@trvinh trvinh merged commit f27f1fc into BIONF:devel Dec 17, 2024
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