alphafold_lookup
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Look up a UniProt accession in the AlphaFold Protein Structure Database (CC-BY 4.0). Returns confidence, model version and structure file URLs, or {found:false} when no prediction exists for that accession.
Parameters schema
{
"type": "object",
"required": [
"accession"
],
"properties": {
"accession": {
"type": "string",
"description": "UniProt accession, e.g. \"P04637\"."
}
},
"additionalProperties": false
}Parent server
com.seqbench/workbench
1/7 registries