protein_annotate_submit
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Submit a protein sequence to EBI InterProScan for domain architecture, family and GO-term annotation. Returns a jobId immediately — the job itself takes minutes; poll it with protein_annotate_poll.
Parameters schema
{
"type": "object",
"required": [
"sequence"
],
"properties": {
"appl": {
"type": "string",
"description": "Restrict to one member database (e.g. \"PfamA\"); omit to run EBI's defaults across all of them."
},
"goterms": {
"type": "boolean",
"default": true,
"description": "Include GO-term cross-references."
},
"sequence": {
"type": "string",
"description": "Protein sequence, one-letter code (FASTA header, if any, is stripped)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.seqbench/workbench
1/7 registries