Open
Description
Hi, I was trying to download a list of donors, but I've noticed if I specific donor.id by an uploaded list, it no longer works.
For example, this query with request_type="donors" works, return information of this donor:
select(),in(donor.id,'DO222843'),nested(gene,in(gene.id,'ENSG00000157764')),sort(-ssmAffectedGenes),limit(10)
But this query with that one donor ID uploaded as a list, returns empty array:
select(),in(donor.id,'ES:717f0eec-5dd8-4da9-82ef-eb98f0632d63'),nested(gene,in(gene.id,'ENSG00000157764')),sort(-ssmAffectedGenes),limit(10)
I was wondering if there are any server side change causing this problem or what should I look into. Thanks.
Metadata
Metadata
Assignees
Labels
No labels