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
submit a file in PDB format to the Foldseek search server using the API and getting a page with the results back
Instead of the page/file with the results when the ticket status is complete I get a 404 page not found error.
(base) ~ % curl -X POST -F q=@/Users/dm/Desktop/pdb_files/P21184.pdb -F 'mode=3diaa' -F 'database[]=afdb50' https://search.foldseek.com/api/ticket
{"id":"jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA","status":"COMPLETE"}
(base) ~ % curl -X GET https://search.foldseek.com/api/ticket/jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA {"id":"jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA","status":"COMPLETE"}
(base) ~ % curl -X GET https://search.foldseek.com/api/result/jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA 404 page not found
Include as many relevant details about the environment you experienced the bug in.
The text was updated successfully, but these errors were encountered:
You have to add a /0 to the end to specify you want the first hit:
/0
https://search.foldseek.com/api/result/jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA/0
This is to deal with multiple queries (or multiple chains) in the monomer search.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
submit a file in PDB format to the Foldseek search server using the API and getting a page with the results back
Current Behavior
Instead of the page/file with the results when the ticket status is complete I get a 404 page not found error.
Context
(base) ~ % curl -X POST -F q=@/Users/dm/Desktop/pdb_files/P21184.pdb -F 'mode=3diaa' -F 'database[]=afdb50' https://search.foldseek.com/api/ticket
{"id":"jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA","status":"COMPLETE"}
(base) ~ % curl -X GET https://search.foldseek.com/api/ticket/jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA
{"id":"jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA","status":"COMPLETE"}
(base) ~ % curl -X GET https://search.foldseek.com/api/result/jx-DXH0THcvJajgdlYpSNPIdfhqiYATkOjzEcA
404 page not found
Your Environment
Include as many relevant details about the environment you experienced the bug in.
The text was updated successfully, but these errors were encountered: