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

/{organism}/xrefsBatch/{systemCode} POST requests only returns N/As #38

Open
jmillanacosta opened this issue Nov 28, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jmillanacosta
Copy link
Collaborator

Reproduce the error:

curl -X 'POST' \
  'https://webservice.bridgedb.org/Human/xrefsBatch/En' \
  -H 'accept: text/plain' \
  -H 'Content-Type: text/plain' \
  -d 'Q90038963	Wd
P0DTD1-PRO_0000449625	S
ENSMUSG00000032462	En'

returns

Q90038963	Wd	Ensembl	N/A
P0DTD1-PRO_0000449625	S	Ensembl	N/A
ENSMUSG00000032462	En	Ensembl	N/A

(the example query)

Returns all NAs.

@jmillanacosta jmillanacosta added the bug Something isn't working label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant