id_map_poll
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Check a UniProt id-mapping job submitted via id_map_submit. Returns {status, ready:false} while still running; once FINISHED, also returns the mapped ids (normalized regardless of which target database was requested) and any ids that failed to map.
Parameters schema
{
"type": "object",
"required": [
"jobId"
],
"properties": {
"jobId": {
"type": "string"
}
},
"additionalProperties": false
}Parent server
com.seqbench/workbench
1/7 registries