-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I wanna test the API using the following command:
curl -X POST \
-F q=@/home/max/5zxd.cif \
-F 'database[]=esm30_folddisco' \
-F 'database[]=afdb-proteome_folddisco' \
-F 'database[]=afdb50_folddisco' \
-F 'database[]=pdb100_folddisco' \
-F 'motif=A15,A16,A18,A20,A39,A40,A41,A42,A43,A44,A45,A46,A47,A178,A179,A206,A223' \
https://search.foldseek.com/api/ticket/folddisco
And get the message
{"id":"xjH6pbivtdMRshqIkMXcAKcxBcntY9HhAQ1Z7w","status":"COMPLETE"}
Therefore, I thought I could download the results. From this issue from foldseek steineggerlab/foldseek#380 if tried the following, adding a /0 at the end:
curl -X GET https://search.foldseek.com/api/result/xjH6pbivtdMRshqIkMXcAKcxBcntY9HhAQ1Z7w/0
but only get the message:
Invalid job type.
How can I download the results / full table? The file 5zxd.cif was downloaded from the pdb (nothing processed)
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested