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

Bug in route /genomes?where.taxonomy_id= #48

Open
daviortega opened this issue Oct 19, 2018 · 0 comments
Open

Bug in route /genomes?where.taxonomy_id= #48

daviortega opened this issue Oct 19, 2018 · 0 comments

Comments

@daviortega
Copy link
Member

Taxids don't always return single genomes.

For some reason, taxids returning multiple genomes does not let other (but not all) genomes to appear.

Example 1

Test with
/genomes?where.taxonomy_id=208964,507522,571

return genome with 208964 and genomes with 571 are fetched but not the one with 507522.

Example 2

Test with
/genomes?where.taxonomy_id=208964,507522
both are returned

Example 3

Test with
/genomes?where.taxonomy_id=208964,571
All genomes are returned

Fix: 507522 must return as well.

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

No branches or pull requests

1 participant