We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Taxids don't always return single genomes.
For some reason, taxids returning multiple genomes does not let other (but not all) genomes to appear.
Test with /genomes?where.taxonomy_id=208964,507522,571
/genomes?where.taxonomy_id=208964,507522,571
return genome with 208964 and genomes with 571 are fetched but not the one with 507522.
208964
571
507522
Test with /genomes?where.taxonomy_id=208964,507522 both are returned
/genomes?where.taxonomy_id=208964,507522
Test with /genomes?where.taxonomy_id=208964,571 All genomes are returned
/genomes?where.taxonomy_id=208964,571
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 with571
are fetched but not the one with507522
.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.
The text was updated successfully, but these errors were encountered: